Eclipse PDE
Release 3.2

Uses of Interface
org.eclipse.pde.build.IAntScript

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.2

Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.