| Interface | Description |
|---|---|
| CommandLineParser.ConfigBuilder<T extends Configuration> | |
| Configuration |
Interface representing a configuration of some instance
|
| InstanceCreatingConfiguration<T> |
| Class | Description |
|---|---|
| AbstractInstanceCreatingConfiguration<T> |
Implementation of
InstanceCreatingConfiguration with implementation of produceInstance
creating new instance using single-arg constructor, taking only a configuration, using reflection |
| CommandLineParser<T extends Configuration> | |
| CommandLineParser.Command | |
| MultiParser<T extends Configuration> | |
| SingletonCommandLineParser<T extends Configuration> |
| Exception | Description |
|---|---|
| NoSuchBuilderException |
Thrown when
CommandLineParser were unable to find the specified CommandLineParser.ConfigBuilder |
| UnknownCommandException |
Exception used to inform that a specified command is not known to the system
|
| WrongFormatException |
Thrown when a commandline argument is formatted incorrectly
|
Copyright © 2022. All rights reserved.