public class BuckTaskContext extends Object
| Modifier and Type | Method and Description |
|---|---|
List<String> |
input()
Returns the input data a list of strings.
|
void |
output(String line)
Adds a line to the output data.
|
String |
taskName()
Returns the symbolic task name.
|