public class AntClient extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowInput |
protected ClassLoader |
loader |
static String |
MAVEN_CLIENT_REF |
protected org.apache.maven.plugin.logging.Log |
mavenLog |
protected org.apache.tools.ant.Project |
project |
Constructor and Description |
---|
AntClient(ClassLoader loader,
org.apache.maven.plugin.logging.Log logger) |
AntClient(org.apache.maven.plugin.logging.Log logger) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.tools.ant.BuildLogger |
createLogger() |
static org.apache.tools.ant.Project |
getInstance() |
org.apache.tools.ant.Project |
getProject() |
protected void |
initTasks()
xmlns:nx="urn:nuxeo-build"
xmlns:artifact="urn:nuxeo-artifact"
|
boolean |
isAllowInput() |
void |
run(File buildFile) |
void |
run(File buildFile,
List<String> targets) |
void |
run(URL buildFile) |
void |
run(URL buildFile,
List<String> targets) |
void |
setAllowInput(boolean allowInput) |
public static final String MAVEN_CLIENT_REF
protected ClassLoader loader
protected org.apache.tools.ant.Project project
protected boolean allowInput
protected org.apache.maven.plugin.logging.Log mavenLog
public AntClient(org.apache.maven.plugin.logging.Log logger)
public AntClient(ClassLoader loader, org.apache.maven.plugin.logging.Log logger)
public boolean isAllowInput()
public void setAllowInput(boolean allowInput)
public static org.apache.tools.ant.Project getInstance()
protected void initTasks()
public org.apache.tools.ant.Project getProject()
public void run(File buildFile) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void run(URL buildFile) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void run(URL buildFile, List<String> targets) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void run(File buildFile, List<String> targets) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
protected org.apache.tools.ant.BuildLogger createLogger()
Copyright © 2016 Nuxeo SA. All Rights Reserved.