public abstract class CompositeArg extends Object implements Arg
Constructor and Description |
---|
CompositeArg() |
Modifier and Type | Method and Description |
---|---|
void |
appendToCommandLine(java.util.function.Consumer<String> consumer,
SourcePathResolverAdapter pathResolver)
Feed the contents of the Arg to the supplied consumer.
|
void |
appendToCommandLineRel(java.util.function.Consumer<String> consumer,
CanonicalCellName cellName,
SourcePathResolverAdapter pathResolver,
boolean useUnixPathSeparator) |
static CompositeArg |
of(com.google.common.collect.ImmutableList<Arg> args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, flattenToSpaceSeparatedString, hashCode, singleCommandLineArg, stringify, stringify, stringify, stringifyList, toString
public void appendToCommandLine(java.util.function.Consumer<String> consumer, SourcePathResolverAdapter pathResolver)
Arg
appendToCommandLine
in interface Arg
public void appendToCommandLineRel(java.util.function.Consumer<String> consumer, CanonicalCellName cellName, SourcePathResolverAdapter pathResolver, boolean useUnixPathSeparator)
public static CompositeArg of(com.google.common.collect.ImmutableList<Arg> args)