Uses of Enum Class
org.forgerock.config.resolvers.PropertyResolvers.PropertiesCharsets
Packages that use PropertyResolvers.PropertiesCharsets
Package
Description
This package contains the common config property resolvers.
-
Uses of PropertyResolvers.PropertiesCharsets in org.forgerock.config.resolvers
Methods in org.forgerock.config.resolvers that return PropertyResolvers.PropertiesCharsetsModifier and TypeMethodDescriptionPropertyResolvers.findEncoding()
Determines the charset to use for properties files based on theorg.forgerock.config.resolvers.properties.encoding
system property.Returns the enum constant of this class with the specified name.static PropertyResolvers.PropertiesCharsets[]
PropertyResolvers.PropertiesCharsets.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.config.resolvers with parameters of type PropertyResolvers.PropertiesCharsetsModifier and TypeMethodDescriptionstatic PropertyResolver
PropertyResolvers.propertiesResolver
(Path path, PropertyResolvers.PropertiesCharsets propertiesCharsets) Creates aPropertiesResolver
given a file path and aPropertyResolvers.PropertiesCharsets
.