| Package | Description |
|---|---|
| dk.eSoftware.commandLineParser | |
| dk.eSoftware.commandLineParser.generalized |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneralConfigurationBuilder<T extends Configuration> |
Copyright © 2022. All rights reserved.