|
Eclipse PDE Release 3.4 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAntScript | |
org.eclipse.pde.build | Pluggable repository support for eclipse.fetch. |
Uses of IAntScript in org.eclipse.pde.build |
Methods in org.eclipse.pde.build with parameters of type IAntScript | |
void |
IFetchFactory.generateRetrieveElementCall(Map 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 entryInfos,
IPath destination,
String[] files,
IAntScript script)
Generates a segment of ant script whose execution will fetch the specified file from the given element. |
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. |
|
Eclipse PDE Release 3.4 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |