Uses of Package
org.tquadrat.foundation.config
Packages that use org.tquadrat.foundation.config
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
-
Classes in org.tquadrat.foundation.config used by org.tquadrat.foundation.configClassDescriptionSignals an error in the user input.The base for the specification of a configuration bean; the final specification interface must also be annotated with
@ConfigurationBeanSpecification
in order to be recognised properly.The event object that is thrown each time a property of a configuration bean is changed.The definition of a listener for configuration change events.Excludes the value of the property belonging to annotated getter from being included into the output ofObject.toString()
.The interface for a configuration bean that allows multiple instances ("Sessions").This annotation is used to mark getters and setters that are implemented in a special way.The types of the special properties for a configuration bean.This annotation indicates that the property for the annotated getter is initialised from a system property with the given name. -
Classes in org.tquadrat.foundation.config used by org.tquadrat.foundation.config.cli
-
Classes in org.tquadrat.foundation.config used by org.tquadrat.foundation.config.internal
-
Classes in org.tquadrat.foundation.config used by org.tquadrat.foundation.config.spiClassDescriptionSignals an error in the user input.The base for the specification of a configuration bean; the final specification interface must also be annotated with
@ConfigurationBeanSpecification
in order to be recognised properly.The definition of a listener for configuration change events.