Package | Description |
---|---|
com.ziesemer.utils.classParser | |
com.ziesemer.utils.cli |
Modifier and Type | Class and Description |
---|---|
class |
ClassParserChain |
class |
CommonParser |
class |
InetAddressParser |
class |
NumberParser |
class |
UnhandledParser |
Modifier and Type | Field and Description |
---|---|
protected List<IClassParser> |
ClassParserChain.chain |
Modifier and Type | Method and Description |
---|---|
List<IClassParser> |
ClassParserChain.getChain() |
Modifier and Type | Method and Description |
---|---|
void |
ClassParserChain.setChain(List<IClassParser> chain) |
Constructor and Description |
---|
ClassParserChain(List<IClassParser> chain) |
Modifier and Type | Method and Description |
---|---|
void |
ClassOptions.autoMap(Object target,
ClassOptionsData cod,
org.apache.commons.cli.CommandLine cl,
IClassParser parser) |
void |
ClassOptions.autoMap(Object target,
ClassOptionsData cod,
Iterable<org.apache.commons.cli.Option> options,
IClassParser parser) |
protected void |
ClassOptions.autoMapField(Object target,
Field field,
String[] values,
IClassParser parser) |
protected void |
ClassOptions.autoMapMethod(Object target,
Method method,
String[] values,
IClassParser parser) |
static Object |
ArrayHelper.convert(Class<?> c,
List<String> strs,
IClassParser parser) |
Copyright © 2007–2017 Mark A. Ziesemer. All rights reserved.