Package com.saperion.common.config.loader
-
Interface Summary Interface Description PropertiesLoader APropertiesLoader
loadsPropertiesResource
s and returns the contained properties as aProperties
object.PropertyFilter This interface defines a way to filter properties.PropertyFilterFactory This factory createsproperty filters
given aPropertiesResource
. -
Class Summary Class Description AbstractPropertiesLoader This is the abstract superclass of allPropertiesLoader
instances.ChainedPropertiesLoader TheChainedPropertiesLoader
can be used to define a chain ofPropertiesLoader
s that should be used to load properties.EnvironmentVariablesPropertyFilter ThisPropertyFilter
filters properties that have a given prefix and expects them to be named according to environment variable conventions.FilePropertiesLoader ThisFilePropertiesLoader
loads '.properties'-files.FilterPropertiesLoader ThisPropertiesLoader
has a set of properties.JavaPropertyFilter ThisPropertyFilter
filters properties that have a given prefix and expects them to be named according to java property naming conventions i.e lowercase tokens separated by dots ('.').JndiPropertiesLoader ThisPropertiesLoader
loadsProperties
via JNDI.PropertiesUtil This class contains utility methods forProperties
instances.