Uses of Class
org.tquadrat.foundation.config.CmdLineException
Packages that use CmdLineException
Package
Description
This module provides a facility for the runtime configuration
of a program.
The API for the Command Line Interface (CLI)
The internal classes for the configuration module.
The classes that are used to implement the functionality of a
configuration bean
-
Uses of CmdLineException in org.tquadrat.foundation.config
Methods in org.tquadrat.foundation.config that throw CmdLineExceptionModifier and TypeMethodDescriptionConfigUtil.parseCommandLine
(InputStream cmdLineDefinition, boolean validate, String... args) Parses the given command line arguments based on the given instance ofInputStream
that provides the XML CLI definition.static final void
ConfigUtil.parseCommandLine
(Collection<? extends CLIDefinition> cmdLineDefinition, String... args) Parses the given command line arguments based on the provided list ofCLIDefinition
instances.ConfigUtil.parseCommandLine
(ResourceBundle resourceBundle, InputStream cmdLineDefinition, boolean validate, String... args) Parses the given command line arguments based on the given instance ofInputStream
that provides the XML CLI definition. -
Uses of CmdLineException in org.tquadrat.foundation.config.cli
Methods in org.tquadrat.foundation.config.cli that throw CmdLineExceptionModifier and TypeMethodDescriptionprotected Collection
<Boolean> BooleanValueHandler.translate
(Parameters params) Translates the command line values that can be referenced via theparams
argument to the target type.protected abstract Collection
<T> CmdLineValueHandler.translate
(Parameters params) Translates the command line values that can be referenced via theparams
argument to the target type.protected final Collection
<Date> DateValueHandler.translate
(Parameters params) Translates the command line values that can be referenced via theparams
argument to the target type.protected final Collection
<Document> DocumentValueHandler.translate
(Parameters params) Translates the command line values that can be referenced via theparams
argument to the target type.protected final Collection
<T> EnumValueHandler.translate
(Parameters params) Translates the command line values that can be referenced via theparams
argument to the target type.protected final Collection
<BufferedImage> ImageValueHandler.translate
(Parameters params) Translates the command line values that can be referenced via theparams
argument to the target type.protected final Collection
<T> SimpleCmdLineValueHandler.translate
(Parameters params) Translates the command line values that can be referenced via theparams
argument to the target type.protected Collection
<String> StringValueHandler.translate
(Parameters params) Translates the command line values that can be referenced via theparams
argument to the target type.protected final Collection
<T> TimeValueHandler.translate
(Parameters params) Translates the command line values that can be referenced via theparams
argument to the target type. -
Uses of CmdLineException in org.tquadrat.foundation.config.internal
Methods in org.tquadrat.foundation.config.internal that return CmdLineExceptionModifier and TypeMethodDescriptionstatic final CmdLineException
Commons.createException
(Class<? extends StringConverter> stringConverterClass, Throwable cause, String value) Creates an instance ofCmdLineException
based on the given arguments.Methods in org.tquadrat.foundation.config.internal that throw CmdLineExceptionModifier and TypeMethodDescriptionfinal String
ArgumentParser.CmdLineImpl.getParameter
(int index) Returns the additional parameter to a related option.final boolean
ArgumentParser.CmdLineImpl.isParameter
(int index) Tests whether the given index is for an additional parameter to a related option.final void
Parses the given command line arguments and sets the retrieved values to the configuration bean. -
Uses of CmdLineException in org.tquadrat.foundation.config.spi
Methods in org.tquadrat.foundation.config.spi that throw CmdLineExceptionModifier and TypeMethodDescriptionParameters.getParameter
(int index) Returns the additional parameter to a related option.final int
CLIDefinition.processParameters
(Parameters params) Processes the given parameter(s).