Uses of Class
org.tquadrat.foundation.config.spi.CLIOptionDefinition
Packages that use CLIOptionDefinition
Package
Description
The internal classes for the configuration module.
-
Uses of CLIOptionDefinition in org.tquadrat.foundation.config.internal
Fields in org.tquadrat.foundation.config.internal declared as CLIOptionDefinitionModifier and TypeFieldDescriptionprivate CLIOptionDefinition
ArgumentParser.m_CurrentOptionDefinition
The definition for the current command line entry.Fields in org.tquadrat.foundation.config.internal with type parameters of type CLIOptionDefinitionModifier and TypeFieldDescriptionprivate final Map
<String, CLIOptionDefinition> ArgumentParser.m_OptionDefinitions
TheCLIDefinition
instances for options.Methods in org.tquadrat.foundation.config.internal that return CLIOptionDefinitionModifier and TypeMethodDescriptionprivate final CLIOptionDefinition
ArgumentParser.findOptionDefinition
(String name) Finds an option definition by the given option name.(package private) final CLIOptionDefinition
ArgumentParser.getCurrentOptionDefinition()
Returns the current CLI option definition.Method parameters in org.tquadrat.foundation.config.internal with type arguments of type CLIOptionDefinitionModifier and TypeMethodDescriptionprivate void
UsageBuilder.addOptions
(StringBuilder buffer, Map<String, ? extends CLIOptionDefinition> options) Adds the options to the output.private final String
UsageBuilder.composeCommandLine
(CharSequence command, Map<String, ? extends CLIOptionDefinition> options, Map<String, ? extends CLIArgumentDefinition> arguments) Composes the sample command line.