Uses of Class
org.refcodes.properties.AbstractPropertiesDecorator
-
Uses of AbstractPropertiesDecorator in org.refcodes.properties
Subclasses of AbstractPropertiesDecorator in org.refcodes.propertiesModifier and TypeClassDescriptionclassclassclassDecorates the providedResourcePropertiesand delegates method calls to themResourceProperties.classTheNormalizedPropertiesDecoratortype decorates aPropertiesinstance and converts a path delimiter such as the full-stop (".") to thePropertiesproperties' path delimiter slash ("/", as ofgetDelimiter()).classImplementation of theResourcePropertiesinterface with support of so called "PolyglotProperties" (or just "properties").classImplementation of theResourceProperties.ResourcePropertiesBuilderinterface with support of so called "PolyglotPropertiesBuilder" (or just "properties").classTheProfilePropertiesDecoratortype decorates aPropertiesinstance and enriches it with profile support as ofProfileProperties.classTheScheduledResourcePropertiesBuilderDecoratordecoratesResourceProperties.ResourcePropertiesBuilderfrom which the properties are to be reloaded periodically viaAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode).classTheScheduledResourcePropertiesDecoratordecoratesResourcePropertiesfrom which the properties are to be reloaded periodically viaAbstractResourcePropertiesDecorator.reload(ReloadMode).classTheStrictPropertiesDecoratortype decorates aPropertiesinstance with all the getters to throw aKeyNotFoundRuntimeExceptioninstead of returning null in case the key was not found.