Uses of Interface
com.saperion.common.config.resources.PropertiesResource
-
Packages that use PropertiesResource Package Description com.saperion.common.config.loader -
-
Uses of PropertiesResource in com.saperion.common.config.loader
Methods in com.saperion.common.config.loader with parameters of type PropertiesResource Modifier and Type Method Description static java.lang.String
FilePropertiesLoader. getFileName(PropertiesResource propertiesResource)
Returns the filename used by thisPropertiesLoader
when it tries to load the givenPropertiesResource
.java.lang.String
FilePropertiesLoader. getFilePath(PropertiesResource propertiesResource)
Returns the file path build by thisPropertiesLoader
when it tries to load the givenPropertiesResource
.java.lang.String
JndiPropertiesLoader. getLookupLocation(PropertiesResource propertiesResource)
Returns the JNDI lookup path used by thisPropertiesLoader
instance when it tries to load thePropertiesResource
via JNDI.java.util.Properties
ChainedPropertiesLoader. load(PropertiesResource propertiesResource)
Loads onePropertiesResource
using the registeredPropertiesLoader
s.java.util.Properties
FilePropertiesLoader. load(PropertiesResource propertiesResource)
java.util.Properties
FilterPropertiesLoader. load(PropertiesResource propertiesResource)
java.util.Properties
JndiPropertiesLoader. load(PropertiesResource propertiesResource)
java.util.Properties
PropertiesLoader. load(PropertiesResource propertiesResource)
Loads the givenPropertiesResource
if present.java.util.Map<java.lang.String,java.lang.String>
AbstractPropertiesLoader. loadAsMap(PropertiesResource propertiesResource)
java.util.Map<java.lang.String,java.lang.String>
PropertiesLoader. loadAsMap(PropertiesResource propertiesResource)
Loads the givenPropertiesResource
if present.PropertyFilter
PropertyFilterFactory. newFilter(PropertiesResource resource)
This method creates a newPropertyFilter
that is defined by the givenPropertiesResource
.Method parameters in com.saperion.common.config.loader with type arguments of type PropertiesResource Modifier and Type Method Description java.util.Properties
ChainedPropertiesLoader. loadList(java.util.List<? extends PropertiesResource> listPropertiesResources)
Loads the givenPropertiesResource
s by use of the registeredPropertiesLoader
s.
-