Uses of Interface
com.saperion.common.config.loader.PropertiesLoader
Packages that use PropertiesLoader
-
Uses of PropertiesLoader in com.saperion.common.config.loader
Classes in com.saperion.common.config.loader that implement PropertiesLoaderModifier and TypeClassDescriptionclassThis is the abstract superclass of allPropertiesLoaderinstances.classTheChainedPropertiesLoadercan be used to define a chain ofPropertiesLoaders that should be used to load properties.final classThisFilePropertiesLoaderloads '.properties'-files.classThisPropertiesLoaderhas a set of properties.classThisPropertiesLoaderloadsPropertiesvia JNDI.Methods in com.saperion.common.config.loader that return PropertiesLoaderModifier and TypeMethodDescriptionstatic 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 PropertiesLoaderModifier and TypeMethodDescriptionvoidChainedPropertiesLoader.addMandatoryPropertiesLoader(PropertiesLoader propertiesLoader) Registers a mandatoryPropertiesLoader.voidChainedPropertiesLoader.addOptionalPropertiesLoader(PropertiesLoader propertiesLoader) Registers an optionalPropertiesLoader.