public class ValidatorTask
extends org.apache.tools.ant.Task
Constructor and Description |
---|
ValidatorTask()
Constructor
|
Modifier and Type | Method and Description |
---|---|
org.apache.tools.ant.types.Path |
createClasspath()
Add a path to the classpath.
|
void |
execute()
Execute
|
org.apache.tools.ant.types.CommandlineJava |
getCommandLine()
Accessor to the command line.
|
java.lang.String |
getOutputDir()
Get the output directory.
|
java.lang.String |
getRarFile()
Get the rarFile.
|
void |
setClasspath(org.apache.tools.ant.types.Path s)
Set the classpath to be used when running the Java class.
|
void |
setOutputDir(java.lang.String outputDir)
Set the output directory.
|
void |
setRarFile(java.lang.String rarFile)
Set the rarFile.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public java.lang.String getOutputDir()
public void setOutputDir(java.lang.String outputDir)
outputDir
- The outputDir to set.public java.lang.String getRarFile()
public void setRarFile(java.lang.String rarFile)
rarFile
- The rarFile to set.public void setClasspath(org.apache.tools.ant.types.Path s)
s
- an Ant Path object containing the classpath.public org.apache.tools.ant.types.Path createClasspath()
public org.apache.tools.ant.types.CommandlineJava getCommandLine()
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- If the build failsCopyright © 2013 IronJacamar (http://www.ironjacamar.org)