IFetchFactory.java | Interface | Interface to be implemented by clients of the org.eclipse.pde.build.fetchFactories extension-point.
The factories are being used at various points in the execution of the PDE Buildeclipse.fetch Ant task.
Based on a map file entry, they are responsible for generating segments of an ant script whose execution will fetch
plug-ins, fragments, bundles and features or individual files contained in one of those elements.
The format of a map file entry is:
<elementType>@<elementName> = <repositoryTag>, <repositoryDetails>
The format of elementType and elementName is fixed.
The factories specify the value of repositoryTag and the format of the repositoryDetails .
repositoryTag and repositoryDetails becomes defacto APIs. |