| Package | Description |
|---|---|
| org.cyclopsgroup.jcli |
General utilities used by jcli package
|
| org.cyclopsgroup.jcli.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
GnuParser |
| Modifier and Type | Method and Description |
|---|---|
static <T> ArgumentProcessor<T> |
ArgumentProcessor.newInstance(Class<? extends T> beanType,
CommandLineParser parser)
Create new instance with given bean type and command line parser that describes command line
sytnax.
|
protected abstract <T> ArgumentProcessor<T> |
ArgumentProcessorFactory.newProcessor(Class<? extends T> beanType,
CommandLineParser parser)
Create new instance of
ArgumentProcessor. |
| Modifier and Type | Method and Description |
|---|---|
protected <T> ArgumentProcessor<T> |
DefaultArgumentProcessorFactory.newProcessor(Class<? extends T> beanType,
CommandLineParser parser) |
Copyright © 2008–2018. All rights reserved.