public class OldSuspendablesScanner
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
OldSuspendablesScanner() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileSet(org.apache.tools.ant.types.FileSet fs) |
void |
execute() |
void |
nonAntExecute(java.lang.String[] paths) |
void |
readSuspandables() |
void |
run(java.lang.String[] prefixes) |
void |
scanClass(org.objectweb.asm.tree.ClassNode cls) |
void |
setAppend(boolean value) |
void |
setOutputFile(java.lang.String outputFile) |
void |
setSuspendablesFile(java.lang.String suspendablesFile) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void addFileSet(org.apache.tools.ant.types.FileSet fs)
public void setOutputFile(java.lang.String outputFile)
public void setAppend(boolean value)
public void setSuspendablesFile(java.lang.String suspendablesFile)
public void run(java.lang.String[] prefixes)
throws java.lang.Exception
java.lang.Exceptionpublic void nonAntExecute(java.lang.String[] paths)
throws java.lang.Exception
java.lang.Exceptionpublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void readSuspandables()
public void scanClass(org.objectweb.asm.tree.ClassNode cls)
throws java.lang.Exception
java.lang.Exception