Uses of Interface
org.eclipse.pde.build.IAntScript
-
Packages that use IAntScript Package Description 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 Modifier and Type Method 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.
-