public interface IParameterizedParser
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Parameterized> |
parseArg(java.lang.Object annotatedObj)
Parses the given object for any command line related annotations and returns the list of
JCommander Parameterized definitions.
|
java.util.List<Parameterized> parseArg(java.lang.Object annotatedObj)
annotatedObj - the object that contains the annotations.