Package org.hisp.dhis.util
Class ConfigUtils
java.lang.Object
org.hisp.dhis.util.ConfigUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfigUtils
public ConfigUtils()
-
-
Method Details
-
getAsList
Splits the given value on,and returns the values as a list. Trims each value and filters out null and empty values.- Parameters:
value- the value.- Returns:
- the values as a
List.
-
getAsArray
Splits the given value on,and returns the values as an array. Trims each value and filters out null and empty values.- Parameters:
value- the value.- Returns:
- the values as an array.
-