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, toString
Tool getTool()
default void appendToCommandLine(java.util.function.Consumer<String> consumer, SourcePathResolverAdapter resolver)
Arg
appendToCommandLine
in interface Arg