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