Package com.saperion.common.config.loader
package com.saperion.common.config.loader
-
ClassDescriptionThis is the abstract superclass of all
PropertiesLoaderinstances.TheChainedPropertiesLoadercan be used to define a chain ofPropertiesLoaders that should be used to load properties.ThisPropertyFilterfilters properties that have a given prefix and expects them to be named according to environment variable conventions.ThisFilePropertiesLoaderloads '.properties'-files.ThisPropertiesLoaderhas a set of properties.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 ('.').ThisPropertiesLoaderloadsPropertiesvia JNDI.APropertiesLoaderloadsPropertiesResources and returns the contained properties as aPropertiesobject.This class contains utility methods forPropertiesinstances.This interface defines a way to filter properties.This factory createsproperty filtersgiven aPropertiesResource.