T
- The type of the valuepublic interface Argument<T>
selector
. An Argument is one or
more key-to-value mappings (key=value
) with the key represented by an
ArgumentType
.Modifier and Type | Interface and Description |
---|---|
static interface |
Argument.Invertible<T>
Represents an
Argument which can be inverted to select all
targets not matching the filter. |
Modifier and Type | Method and Description |
---|---|
ArgumentType<T> |
getType()
Returns the type of this
Argument . |
T |
getValue()
Returns the value of this
Argument . |
String |
toPlain()
Converts this
Argument to a valid argument string. |
ArgumentType<T> getType()
Argument
.