public static interface CommandLineParser.ConfigBuilder<T extends Configuration>
| Modifier and Type | Method and Description |
|---|---|
void |
applyCommand(CommandLineParser.Command command)
Applies the given command to the builder
|
T |
build()
Builds configuration from current state
|
String |
help() |
void applyCommand(CommandLineParser.Command command) throws UnknownCommandException
command - command to applyUnknownCommandExceptionT build()
String help()
Copyright © 2022. All rights reserved.