| Package | Description |
|---|---|
| org.cyclopsgroup.jcli |
General utilities used by jcli package
|
| org.cyclopsgroup.jcli.impl |
| Modifier and Type | Method and Description |
|---|---|
static <T> ArgumentProcessor<T> |
ArgumentProcessor.forType(Class<T> beanType)
Create new instance with default parser, a
GnuParser |
static <T> ArgumentProcessor<T> |
ArgumentProcessor.forTypeOf(T bean) |
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.
|
static <T> ArgumentProcessor<T> |
ArgumentProcessor.newInstance(Class<T> beanType)
Deprecated.
Use
forType(Class) instead. |
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.