public interface ToolArg extends Arg
| Modifier and Type | Method and Description |
|---|---|
default void |
appendToCommandLine(java.util.function.Consumer<String> consumer,
SourcePathResolverAdapter resolver)
Feed the contents of the Arg to the supplied consumer.
|
Tool |
getTool() |
static ToolArg |
of(Tool tool) |
equals, flattenToSpaceSeparatedString, hashCode, singleCommandLineArg, stringify, stringify, stringify, stringifyList, toStringTool getTool()
default void appendToCommandLine(java.util.function.Consumer<String> consumer, SourcePathResolverAdapter resolver)
ArgappendToCommandLine in interface Arg