Package | Description |
---|---|
org.eclipse.pde.build |
Pluggable repository support for eclipse.fetch.
|
Modifier and Type | Method and Description |
---|---|
void |
IFetchFactory.addTargets(IAntScript script)
This methods give opportunities to the factory to generate target declaration or other Ant top level constructs in the script.
|
void |
IFetchFactory.generateRetrieveElementCall(Map<String,Object> entryInfos,
IPath destination,
IAntScript script)
Generates a segment of ant script whose execution will fetch the element (bundle, plug-in, fragment, feature) indicated in the entryInfos arguments.
|
void |
IFetchFactory.generateRetrieveFilesCall(Map<String,Object> entryInfos,
IPath destination,
String[] files,
IAntScript script)
Generates a segment of ant script whose execution will fetch the specified file from the given element.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.