Uses of Package
org.tquadrat.foundation.config.cli
Packages that use org.tquadrat.foundation.config.cli
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
-
Classes in org.tquadrat.foundation.config.cli used by org.tquadrat.foundation.config.cliClassDescriptionThe abstract base class for the value handler that takes a String value from the command line, translates it to the target type and sets the value to the property.The implementation of
CmdLineValueHandlerfor all those types for that an implementation ofStringConverterexists.The abstract base class for implementations ofCmdLineValueHandlerfor types that extendTemporal.An implementation ofStringConverterthat translates 'yes' in various languages intotrue. -
Classes in org.tquadrat.foundation.config.cli used by org.tquadrat.foundation.config.internalClassDescriptionThe abstract base class for the value handler that takes a String value from the command line, translates it to the target type and sets the value to the property.
-
Classes in org.tquadrat.foundation.config.cli used by org.tquadrat.foundation.config.spiClassDescriptionThe abstract base class for the value handler that takes a String value from the command line, translates it to the target type and sets the value to the property.
