Uses of Class
org.omnifaces.utils.properties.PropertiesUtils.PropertiesFormat
-
Packages that use PropertiesUtils.PropertiesFormat Package Description org.omnifaces.utils.properties -
-
Uses of PropertiesUtils.PropertiesFormat in org.omnifaces.utils.properties
Methods in org.omnifaces.utils.properties that return PropertiesUtils.PropertiesFormat Modifier and Type Method Description static PropertiesUtils.PropertiesFormat
PropertiesUtils.PropertiesFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropertiesUtils.PropertiesFormat[]
PropertiesUtils.PropertiesFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.omnifaces.utils.properties with parameters of type PropertiesUtils.PropertiesFormat Modifier and Type Method Description static void
PropertiesUtils. loadPropertiesFromStream(InputStream in, String locationDescription, Map<? super String,? super String> settings, PropertiesUtils.PropertiesFormat propertiesFormat)
static void
PropertiesUtils. loadPropertiesFromUrl(String url, Map<? super String,? super String> settings, PropertiesUtils.PropertiesFormat propertiesFormat)
static void
PropertiesUtils. loadPropertiesFromUrl(URL url, Map<? super String,? super String> settings, PropertiesUtils.PropertiesFormat propertiesFormat)
-