public final class PropertiesUtil extends Object
Properties utility functions.| Modifier and Type | Method and Description |
|---|---|
static Dictionary<String,String> |
toDictionary(Properties properties)
Convert the given
Properties to a Dictionary of strings |
static Map<String,String> |
toMap(Properties properties)
Convert the given
Properties to a Map of strings |
public static Dictionary<String,String> toDictionary(Properties properties)
Properties to a Dictionary of stringsproperties - the propertiesDictionary of stringspublic static Map<String,String> toMap(Properties properties)
Properties to a Map of stringsproperties - the propertiesMap of stringsCopyright © 2009–2021 Opencast Project. All rights reserved.