public class JandexAntTask
extends org.apache.tools.ant.Task
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<org.apache.tools.ant.types.FileSet> |
filesets |
private boolean |
modify |
private boolean |
newJar |
private boolean |
run |
private boolean |
verbose |
| Constructor and Description |
|---|
JandexAntTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet fileset) |
void |
execute() |
boolean |
isModify() |
boolean |
isNewJar() |
boolean |
isRun() |
boolean |
isVerbose() |
void |
setModify(boolean modify) |
void |
setNewJar(boolean newJar) |
void |
setRun(boolean run) |
void |
setVerbose(boolean verbose) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprivate final java.util.List<org.apache.tools.ant.types.FileSet> filesets
private boolean modify
private boolean newJar
private boolean verbose
private boolean run
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void addFileset(org.apache.tools.ant.types.FileSet fileset)
public boolean isModify()
public void setModify(boolean modify)
public boolean isVerbose()
public void setVerbose(boolean verbose)
public boolean isRun()
public void setRun(boolean run)
public boolean isNewJar()
public void setNewJar(boolean newJar)