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 classAbstractPropertiesLoaderThis is the abstract superclass of allPropertiesLoaderinstances.classChainedPropertiesLoaderTheChainedPropertiesLoadercan be used to define a chain ofPropertiesLoaders that should be used to load properties.classFilePropertiesLoaderThisFilePropertiesLoaderloads '.properties'-files.classFilterPropertiesLoaderThisPropertiesLoaderhas a set of properties.classJndiPropertiesLoaderThisPropertiesLoaderloadsPropertiesvia JNDI.Methods in com.saperion.common.config.loader that return PropertiesLoader Modifier and Type Method Description static PropertiesLoaderFilterPropertiesLoader. newEnvironmentVariableLoader()This factory method creates a newPropertiesLoaderthat loads environment variables but filters all variables that do not begin with a string defined by thePropertiesResource.static PropertiesLoaderFilterPropertiesLoader. newSystemPropertiesLoader()This factory method creates a newPropertiesLoaderthat 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 voidChainedPropertiesLoader. addMandatoryPropertiesLoader(PropertiesLoader propertiesLoader)Registers a mandatoryPropertiesLoader.voidChainedPropertiesLoader. addOptionalPropertiesLoader(PropertiesLoader propertiesLoader)Registers an optionalPropertiesLoader.
-