Package org.opencastproject.util
Class PropertiesUtil
java.lang.Object
org.opencastproject.util.PropertiesUtil
Contains general purpose
Properties utility functions.-
Method Summary
Modifier and TypeMethodDescriptionstatic Dictionary<String, String> toDictionary(Properties properties) Convert the givenPropertiesto aDictionaryof strings
-
Method Details
-
toDictionary
Convert the givenPropertiesto aDictionaryof strings- Parameters:
properties- the properties- Returns:
- the
Dictionaryof strings
-