public class AntLauncher extends Object
| Constructor and Description |
|---|
AntLauncher() |
| Modifier and Type | Method and Description |
|---|---|
BundleAntProject |
executeBundleDeployFile(File buildFile,
Properties buildProperties,
List<org.apache.tools.ant.BuildListener> buildListeners)
Executes the specified bundle deploy Ant build file (i.e.
|
BundleAntProject |
parseBundleDeployFile(File buildFile,
Properties buildProperties) |
public BundleAntProject executeBundleDeployFile(File buildFile, Properties buildProperties, List<org.apache.tools.ant.BuildListener> buildListeners) throws InvalidBuildFileException
buildFile - the path to the build file (i.e. rhq-deploy.xml)buildProperties - the properties to pass into AntbuildListeners - a list of build listeners (provide callback methods for targetExecuted, taskExecuted, etc.)InvalidBuildFileException - if the build file is invalidpublic BundleAntProject parseBundleDeployFile(File buildFile, Properties buildProperties) throws InvalidBuildFileException
InvalidBuildFileExceptionCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.