Uses of Class
edu.ucsb.nceas.metacat.properties.PropertyService
Packages that use PropertyService
-
Uses of PropertyService in edu.ucsb.nceas.metacat.properties
Methods in edu.ucsb.nceas.metacat.properties that return PropertyServiceModifier and TypeMethodDescriptionstatic PropertyServicePropertyService.getInstance()Get the single instance of PropertyService, only after it has been previously instantiated with a call to one of the other getInstance() methods passing either a reference to the servlet context or the config file pathstatic PropertyServicePropertyService.getInstance(String testConfigFileDir) Get the single instance of PropertyService for test purposes.static PropertyServicePropertyService.getInstance(javax.servlet.ServletContext context) Get the single instance of PropertyService.static PropertyServicePropertyService.getInstanceForTesting(Path testDefaultPropertiesFilePath, Path testSitePropertiesFilePath) Get the single instance of PropertyService for test purposes.