All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----app.authkit.tools.tasks.CommonTask | +----app.authkit.tools.tasks.RunEat | +----app.authkit.tools.tasks.RunOut
| Summary |
public class RunOut
extends app.authkit.tools.tasks.RunEat
{
// Constructors 1
public RunOut();
// Methods 1
public boolean producesOutput();
}
RunOut runs arbitrary commands, whose output is sent to Envoy's master.
| Constructors |
· RunOut | Summary | Top |
public RunOut()
Create a do-anything Task.
| Methods |
· producesOutput | Summary | Top |
public boolean producesOutput()
Does this Task produce output on System.out that should be collected and returned to the Envoy's master?
Returns true.
- Overrides:
- producesOutput in class CommonTask
- Implements:
- producesOutput in interface Task
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7