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
Subclasses with type arguments of type PropertyResolvers.PropertiesCharsets in org.forgerock.config.resolversModifier and TypeClassDescriptionstatic enumEnum representing the charsets used for properties files.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.encodingsystem 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 PropertyResolverPropertyResolvers.propertiesResolver(Path path, PropertyResolvers.PropertiesCharsets propertiesCharsets) Creates aPropertiesResolvergiven a file path and aPropertyResolvers.PropertiesCharsets.