public class ProxyArg extends Object implements Arg
| 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.
|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitflattenToSpaceSeparatedString, singleCommandLineArg, stringify, stringify, stringify, stringifyListprotected final Arg arg
public ProxyArg(Arg arg)
public void appendToCommandLine(java.util.function.Consumer<String> consumer, SourcePathResolverAdapter pathResolver)
ArgappendToCommandLine in interface Argpublic String toString()
public boolean equals(Object other)