Uses of Class
net.n2oapp.properties.OverrideProperties
-
Packages that use OverrideProperties Package Description net.n2oapp.properties net.n2oapp.properties.reader net.n2oapp.properties.web -
-
Uses of OverrideProperties in net.n2oapp.properties
Subclasses of OverrideProperties in net.n2oapp.properties Modifier and Type Class Description classExpressionBasedPropertiesExpressionBasedProperties evaluates properties values of expressions in SpELclassReloadablePropertiesReloadableProperties reads values from .properties file everyReloadableProperties.cacheTimeseconds User: operhod Date: 10.10.13 Time: 17:05 -
Uses of OverrideProperties in net.n2oapp.properties.reader
Methods in net.n2oapp.properties.reader that return OverrideProperties Modifier and Type Method Description static OverridePropertiesPropertiesReader. getPropertiesFromClasspath(String name)static OverridePropertiesPropertiesReader. getPropertiesFromClasspath(String... paths)static OverridePropertiesPropertiesReader. getPropertiesFromClasspath(OverrideProperties... parentProperties)static OverridePropertiesPropertiesReader. getPropertiesFromURI(String locationPattern)Methods in net.n2oapp.properties.reader with parameters of type OverrideProperties Modifier and Type Method Description static OverridePropertiesPropertiesReader. getPropertiesFromClasspath(OverrideProperties... parentProperties) -
Uses of OverrideProperties in net.n2oapp.properties.web
Subclasses of OverrideProperties in net.n2oapp.properties.web Modifier and Type Class Description classServletPathPropertiesUser: operhod Date: 21.02.14 Time: 15:15 Properties, which lie at a root of classpath with name equal to contextPath of web applicationclassWebApplicationPropertiesComposite properties, with the scheme override: default -> build -> environment -> servletMethods in net.n2oapp.properties.web that return OverrideProperties Modifier and Type Method Description OverridePropertiesWebApplicationProperties. getBuildProperties()OverridePropertiesWebApplicationProperties. getDefaultProperties()
-