Uses of Interface
org.eclipse.pde.build.IAntScript
-
Uses of IAntScript in org.eclipse.pde.build
Modifier and TypeMethodDescriptionvoid
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.