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