@Incubating public interface Tool
Modifier and Type | Method and Description |
---|---|
void |
args(java.lang.String... args)
Adds a number of arguments to be passed to the tool.
|
java.util.List<java.lang.String> |
getArgs()
The arguments passed when executing this tool.
|