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.cliMethods in org.tquadrat.foundation.config.cli with parameters of type ParametersModifier and TypeMethodDescriptionintBooleanValueHandler.parseCmdLine(Parameters params) Parses the given command line snippet and stores the result to the property.intCmdLineValueHandler.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 theparamsargument to the target type.protected abstract Collection<T> CmdLineValueHandler.translate(Parameters params) Translates the command line values that can be referenced via theparamsargument to the target type.protected final Collection<Date> DateValueHandler.translate(Parameters params) Translates the command line values that can be referenced via theparamsargument to the target type.protected final Collection<Document> DocumentValueHandler.translate(Parameters params) Translates the command line values that can be referenced via theparamsargument to the target type.protected final Collection<T> EnumValueHandler.translate(Parameters params) Translates the command line values that can be referenced via theparamsargument to the target type.protected final Collection<BufferedImage> ImageValueHandler.translate(Parameters params) Translates the command line values that can be referenced via theparamsargument to the target type.protected final Collection<T> SimpleCmdLineValueHandler.translate(Parameters params) Translates the command line values that can be referenced via theparamsargument to the target type.protected Collection<String> StringValueHandler.translate(Parameters params) Translates the command line values that can be referenced via theparamsargument to the target type.protected final Collection<T> TimeValueHandler.translate(Parameters params) Translates the command line values that can be referenced via theparamsargument to the target type.
- 
Uses of Parameters in org.tquadrat.foundation.config.internalClasses in org.tquadrat.foundation.config.internal that implement ParametersModifier and TypeClassDescriptionprivate final classThis class is essentially a pointer over theStringarray with the command line arguments.
- 
Uses of Parameters in org.tquadrat.foundation.config.spiMethods in org.tquadrat.foundation.config.spi with parameters of type ParametersModifier and TypeMethodDescriptionfinal intCLIDefinition.processParameters(Parameters params) Processes the given parameter(s).
