public static interface CommandLineParser.ConfigBuilder
| Modifier and Type | Method and Description |
|---|---|
void |
applyCommand(CommandLineParser.Command command)
Applies the given command to the builder
|
Configuration |
build()
Builds configuration from current state
|
String |
help() |
void applyCommand(CommandLineParser.Command command)
command - command to applyConfiguration build()
String help()
Copyright © 2020. All rights reserved.