public interface ArgsConfiguration
| Modifier and Type | Method and Description |
|---|---|
void |
addArguments(ArgumentParser parser)
Adds arguments that configure this
ArgsConfiguration to an
ArgumentParser |
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.