<!ELEMENT extension (factory+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT factory EMPTY>
<!ATTLIST factory
id CDATA #REQUIRED
class CDATA #REQUIRED>
定义 eclipse.fetch Ant 任务中使用的访存工厂。
org.eclipse.pde.build.IFetchFactory
。<extension point=
"org.eclipse.pde.build.fetchFactories"
>
<factory class=
"org.eclipse.pde.internal.build.fetch.CVSFetchTaskFactory"
id=
"CVS"
/>
<factory class=
"org.eclipse.pde.internal.build.fetch.COPYFetchTasksFactory"
id=
"COPY"
/>
</extension>
org.eclipse.pde.build.IFetchFactory
接口。
Copyright (c) 2004, 2006 Eclipse Foundation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: Gunnar Wagenknecht - Initial API and implementation IBM Corporation - Initial API and implementation