Package dk.eSoftware.commandLineParser
-
Interface Summary Interface Description CommandLineParser.ConfigBuilder<T extends Configuration> Configuration Interface representing a configuration of some instanceInstanceCreatingConfiguration<T> -
Class Summary Class Description AbstractInstanceCreatingConfiguration<T> Implementation ofInstanceCreatingConfigurationwith implementation ofproduceInstancecreating new instance using single-arg constructor, taking only a configuration, using reflectionCommandLineParser<T extends Configuration> CommandLineParser.Command MultiParser<T extends Configuration> SingletonCommandLineParser<T extends Configuration> -
Exception Summary Exception Description NoSuchBuilderException Thrown whenCommandLineParserwere unable to find the specifiedCommandLineParser.ConfigBuilderUnknownCommandException Exception used to inform that a specified command is not known to the systemWrongFormatException Thrown when a commandline argument is formatted incorrectly