Package com.saperion.common.config.loader
-
Interface Summary Interface Description PropertiesLoader APropertiesLoaderloadsPropertiesResources and returns the contained properties as aPropertiesobject.PropertyFilter This interface defines a way to filter properties.PropertyFilterFactory This factory createsproperty filtersgiven aPropertiesResource. -
Class Summary Class Description AbstractPropertiesLoader This is the abstract superclass of allPropertiesLoaderinstances.ChainedPropertiesLoader TheChainedPropertiesLoadercan be used to define a chain ofPropertiesLoaders that should be used to load properties.EnvironmentVariablesPropertyFilter ThisPropertyFilterfilters properties that have a given prefix and expects them to be named according to environment variable conventions.FilePropertiesLoader ThisFilePropertiesLoaderloads '.properties'-files.FilterPropertiesLoader ThisPropertiesLoaderhas a set of properties.JavaPropertyFilter ThisPropertyFilterfilters 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 ThisPropertiesLoaderloadsPropertiesvia JNDI.PropertiesUtil This class contains utility methods forPropertiesinstances.