Task.Observer, Task.Status| Constructor and Description |
|---|
FailedTask(java.lang.String tag,
java.lang.String name,
java.lang.String message,
SourcePosition pos,
java.io.File parent)
Construct a failed task.
|
getDirectory, getEvidence, getInfo, getName, getParent, getParentDirectory, getPosition, getStatus, isFinal, isOptional, print, reset, resume, resumeOnNew, setDirectory, setObserver, setParent, setStatuspublic FailedTask(java.lang.String tag,
java.lang.String name,
java.lang.String message,
SourcePosition pos,
java.io.File parent)
tag - the tag of the task.name - the name of the task.message - a message describing the failure.pos - a source code position to which the task is attached.parent - the location of the parent folder.