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
CmdLineValueHandler
for all those types for that an implementation ofStringConverter
exists.The abstract base class for implementations ofCmdLineValueHandler
for types that extendTemporal
.An implementation ofStringConverter
that 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.