Uses of Interface
dk.eSoftware.commandLineParser.CommandLineParser.ConfigBuilder
-
Packages that use CommandLineParser.ConfigBuilder Package Description dk.eSoftware.commandLineParser dk.eSoftware.commandLineParser.generalized -
-
Uses of CommandLineParser.ConfigBuilder in dk.eSoftware.commandLineParser
Methods in dk.eSoftware.commandLineParser that return CommandLineParser.ConfigBuilder Modifier and Type Method Description protected abstract CommandLineParser.ConfigBuilder<? extends T>CommandLineParser. getConfigBuilder(java.lang.String firstParam)Method that must be implemented retrieving the correct configBuilder given first argumentprotected CommandLineParser.ConfigBuilder<? extends T>MultiParser. getConfigBuilder(java.lang.String firstParam)protected CommandLineParser.ConfigBuilder<T>SingletonCommandLineParser. getConfigBuilder(java.lang.String firstParam)Constructors in dk.eSoftware.commandLineParser with parameters of type CommandLineParser.ConfigBuilder Constructor Description SingletonCommandLineParser(CommandLineParser.ConfigBuilder<T> builder)Constructor for aCommandLineParserwith only one mode of operations.Constructor parameters in dk.eSoftware.commandLineParser with type arguments of type CommandLineParser.ConfigBuilder Constructor Description MultiParser(java.util.Map<java.lang.String,CommandLineParser.ConfigBuilder<? extends T>> mapping)Constructor for aCommandLineParser -
Uses of CommandLineParser.ConfigBuilder in dk.eSoftware.commandLineParser.generalized
Classes in dk.eSoftware.commandLineParser.generalized that implement CommandLineParser.ConfigBuilder Modifier and Type Class Description classGeneralConfigurationBuilder<T extends Configuration>
-