Uses of Interface
com.saperion.common.config.loader.PropertiesLoader
-
Packages that use PropertiesLoader Package Description com.saperion.common.config.loader -
-
Uses of PropertiesLoader in com.saperion.common.config.loader
Classes in com.saperion.common.config.loader that implement PropertiesLoader Modifier and Type Class Description class
AbstractPropertiesLoader
This is the abstract superclass of allPropertiesLoader
instances.class
ChainedPropertiesLoader
TheChainedPropertiesLoader
can be used to define a chain ofPropertiesLoader
s that should be used to load properties.class
FilePropertiesLoader
ThisFilePropertiesLoader
loads '.properties'-files.class
FilterPropertiesLoader
ThisPropertiesLoader
has a set of properties.class
JndiPropertiesLoader
ThisPropertiesLoader
loadsProperties
via JNDI.Methods in com.saperion.common.config.loader that return PropertiesLoader Modifier and Type Method Description static PropertiesLoader
FilterPropertiesLoader. newEnvironmentVariableLoader()
This factory method creates a newPropertiesLoader
that loads environment variables but filters all variables that do not begin with a string defined by thePropertiesResource
.static PropertiesLoader
FilterPropertiesLoader. newSystemPropertiesLoader()
This factory method creates a newPropertiesLoader
that loads system properties but filters all properties that do not begin with a string defined by thePropertiesResource
.Methods in com.saperion.common.config.loader with parameters of type PropertiesLoader Modifier and Type Method Description void
ChainedPropertiesLoader. addMandatoryPropertiesLoader(PropertiesLoader propertiesLoader)
Registers a mandatoryPropertiesLoader
.void
ChainedPropertiesLoader. addOptionalPropertiesLoader(PropertiesLoader propertiesLoader)
Registers an optionalPropertiesLoader
.
-