public class SuspendablesScanner
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
SuspendablesScanner() |
SuspendablesScanner(java.nio.file.Path projectDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileSet(org.apache.tools.ant.types.FileSet fs) |
void |
execute() |
void |
putSuspendablesAndSupers(java.util.Collection<java.lang.String> suspendables,
java.util.Collection<java.lang.String> suspendableSupers) |
void |
run() |
void |
setAppend(boolean value)
Whether the found methods should be appended to the output files(s) or replace them.
|
void |
setAuto(boolean value)
Whether suspendables should be found based on the method call-graph.
|
void |
setSupersFile(java.lang.String outputFile) |
void |
setSuspendablesFile(java.lang.String outputFile) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic SuspendablesScanner()
public SuspendablesScanner(java.nio.file.Path projectDir)
public void addFileSet(org.apache.tools.ant.types.FileSet fs)
public void setSuspendablesFile(java.lang.String outputFile)
public void setSupersFile(java.lang.String outputFile)
public void setAuto(boolean value)
public void setAppend(boolean value)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void run()
public void putSuspendablesAndSupers(java.util.Collection<java.lang.String> suspendables,
java.util.Collection<java.lang.String> suspendableSupers)