| org.eclipse.pde.internal.build.tasks.PackagerTask
PackagerTask | public class PackagerTask extends Task (Code) | | Internal task.
Generate assemble scripts to repackage binary distributions.
since: 3.0 |
execute | public void execute() throws BuildException(Code) | | |
setArchivesFormat | public void setArchivesFormat(String archivesFormat) throws CoreException(Code) | | Set on a configuration basis, the format of the archive being produced. The default is set to be configuration independent.
Parameters: archivesFormat - an ampersand separated list of configuration (for example win32, win32 - zip, x86 & macoxs, carbon, ppc - tar). throws: CoreException - since: 3.0 |
setBaseLocation | public void setBaseLocation(String baseLocation) throws BuildException(Code) | | Set the location where to find features, plugins and fragments
Parameters: baseLocation - a comma separated list of paths |
setConfigInfo | public void setConfigInfo(String configInfo) throws CoreException(Code) | | Set the configuration for which the assembling is being done
Parameters: configInfo - a configuration throws: CoreException - |
setDeltaPack | public void setDeltaPack(boolean value)(Code) | | |
setFeatureList | public void setFeatureList(String featureList) throws BuildException(Code) | | Set the features to assemble
Parameters: featureList - a comma separated list of features to package |
setFilteredDependencyCheck | public void setFilteredDependencyCheck(boolean value)(Code) | | |
setNormalize | public void setNormalize(boolean value)(Code) | | |
setPackagePropertyFile | public void setPackagePropertyFile(String propertyFile)(Code) | | Set the property file containing information about packaging
Parameters: propertyFile - the path to a property file |
setWorkingDirectory | public void setWorkingDirectory(String workingLocation)(Code) | | Set the directory where the packaging will occur
Parameters: workingLocation - the location |
|
|