Uses of Interface
org.tquadrat.foundation.config.spi.Parameters
Packages that use Parameters
Package
Description
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 Parameters in org.tquadrat.foundation.config.cli
Methods in org.tquadrat.foundation.config.cli with parameters of type ParametersModifier and TypeMethodDescriptionint
BooleanValueHandler.parseCmdLine
(Parameters params) Parses the given command line snippet and stores the result to the property.int
CmdLineValueHandler.parseCmdLine
(Parameters params) Parses the given command line snippet and stores the result to the property.protected 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 Parameters in org.tquadrat.foundation.config.internal
Classes in org.tquadrat.foundation.config.internal that implement ParametersModifier and TypeClassDescriptionprivate final class
This class is essentially a pointer over theString
array with the command line arguments. -
Uses of Parameters in org.tquadrat.foundation.config.spi
Methods in org.tquadrat.foundation.config.spi with parameters of type ParametersModifier and TypeMethodDescriptionfinal int
CLIDefinition.processParameters
(Parameters params) Processes the given parameter(s).