public abstract class ArgumentProcessorFactory extends Object
ArgumentProcessor| Constructor and Description |
|---|
ArgumentProcessorFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <T> ArgumentProcessor<T> |
newProcessor(Class<? extends T> beanType,
CommandLineParser parser)
Create new instance of
ArgumentProcessor. |
protected abstract <T> ArgumentProcessor<T> newProcessor(Class<? extends T> beanType, CommandLineParser parser)
ArgumentProcessor. The implementation of factory needs to
implement this method to create customized argument processorT - Type of bean to processbeanType - Type of bean to processparser - Command line parser that is aware of command line syntaxCopyright © 2008–2018. All rights reserved.