public interface ArgBinding
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInput()
Get the raw input that was bound.
|
com.google.common.collect.ImmutableSet<CommandPart> |
getParts()
Get the part(s) the input was bound to.
|
java.lang.String getInput()
com.google.common.collect.ImmutableSet<CommandPart> getParts()