Uses of Interface
com.saperion.common.config.resources.PropertiesResource
Packages that use PropertiesResource
-
Uses of PropertiesResource in com.saperion.common.config.loader
Methods in com.saperion.common.config.loader with parameters of type PropertiesResourceModifier and TypeMethodDescriptionstatic StringFilePropertiesLoader.getFileName(PropertiesResource propertiesResource) Returns the filename used by thisPropertiesLoaderwhen it tries to load the givenPropertiesResource.FilePropertiesLoader.getFilePath(PropertiesResource propertiesResource) Returns the file path build by thisPropertiesLoaderwhen it tries to load the givenPropertiesResource.JndiPropertiesLoader.getLookupLocation(PropertiesResource propertiesResource) Returns the JNDI lookup path used by thisPropertiesLoaderinstance when it tries to load thePropertiesResourcevia JNDI.ChainedPropertiesLoader.load(PropertiesResource propertiesResource) Loads onePropertiesResourceusing the registeredPropertiesLoaders.FilePropertiesLoader.load(PropertiesResource propertiesResource) FilterPropertiesLoader.load(PropertiesResource propertiesResource) JndiPropertiesLoader.load(PropertiesResource propertiesResource) PropertiesLoader.load(PropertiesResource propertiesResource) Loads the givenPropertiesResourceif present.AbstractPropertiesLoader.loadAsMap(PropertiesResource propertiesResource) PropertiesLoader.loadAsMap(PropertiesResource propertiesResource) Loads the givenPropertiesResourceif present.PropertyFilterFactory.newFilter(PropertiesResource resource) This method creates a newPropertyFilterthat is defined by the givenPropertiesResource.Method parameters in com.saperion.common.config.loader with type arguments of type PropertiesResourceModifier and TypeMethodDescriptionChainedPropertiesLoader.loadList(List<? extends PropertiesResource> listPropertiesResources) Loads the givenPropertiesResources by use of the registeredPropertiesLoaders.