public class JingTask
extends org.apache.tools.ant.Task
Constructor and Description |
---|
JingTask() |
Modifier and Type | Method and Description |
---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet set) |
void |
execute() |
void |
setCheckid(boolean checkid)
Handles the
checkid attribute. |
void |
setCompactsyntax(boolean compactsyntax)
Handles the
compactsyntax attribute. |
void |
setFailonerror(boolean failOnError)
Handles the
failonerror attribute. |
void |
setFeasible(boolean feasible)
Handles the
feasible attribute. |
void |
setFile(java.io.File file) |
void |
setPhase(java.lang.String phase)
Handles the phase attribute.
|
void |
setRngfile(java.lang.String rngFilename)
Handles the
rngfile attribute. |
void |
setSchemafile(java.lang.String schemaFilename)
Handles the
schemafile attribute. |
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 void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void setRngfile(java.lang.String rngFilename)
rngfile
attribute.rngFilename
- the attribute valuepublic void setSchemafile(java.lang.String schemaFilename)
schemafile
attribute.schemaFilename
- the attribute valuepublic void setFile(java.io.File file)
public void setCheckid(boolean checkid)
checkid
attribute.checkid
- the attribute value converted to a booleanpublic void setCompactsyntax(boolean compactsyntax)
compactsyntax
attribute.compactsyntax
- the attribute value converted to a booleanpublic void setFeasible(boolean feasible)
feasible
attribute.feasible
- the attribute value converted to a booleanpublic void setPhase(java.lang.String phase)
phase
- the attribute valuepublic void setFailonerror(boolean failOnError)
failonerror
attribute.failOnError
- the attribute value converted to a booleanpublic void addFileset(org.apache.tools.ant.types.FileSet set)