public interface IArgParser<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
IArgParser.Stated<T,S>
A stated argument parser is similar to a stateless one.
|
static interface |
IArgParser.Stateless<T>
A stateless argument parser is just that.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<T> |
getTarget() |