| Modifier and Type | Method and Description |
|---|---|
protected CommandLineParser.ConfigBuilder |
SingletonCommandLineParser.getConfigBuilder(String firstParam) |
protected CommandLineParser.ConfigBuilder |
MultiParser.getConfigBuilder(String firstParam) |
protected abstract CommandLineParser.ConfigBuilder |
CommandLineParser.getConfigBuilder(String firstParam)
Method that must be implemented retrieving the correct configBuilder given first argument
|
| Constructor and Description |
|---|
SingletonCommandLineParser(CommandLineParser.ConfigBuilder builder)
Constructor for a
CommandLineParser with only one mode of operations. |
| Constructor and Description |
|---|
MultiParser(Map<String,CommandLineParser.ConfigBuilder> mapping)
Constructor for a
CommandLineParser |
Copyright © 2020. All rights reserved.