public interface ArgsConfiguration
| Modifier and Type | Method and Description | 
|---|---|
| void | addArguments(ArgumentParser parser)Adds arguments that configure this  ArgsConfigurationto anArgumentParser | 
| void | setFromNamespace(Namespace namespace)Sets configuration values from a parsed  Namespace | 
void addArguments(ArgumentParser parser)
ArgsConfiguration to an
 ArgumentParserparser - argument parser to add arguments tovoid setFromNamespace(Namespace namespace) throws OperationException
Namespacenamespace - the namespace with the argument valuesOperationException - when an exception occursCopyright © 2015–2016 Hobrasoft s.r.o.. All rights reserved.