public final class ConfigurationHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
booleanToInt(boolean value) |
static String |
listToString(List<?> items) |
static String |
listToStringEmptyStringAllowed(List<String> items) |
public static String listToStringEmptyStringAllowed(List<String> items)
items - The items to be added to the string.public static String listToString(List<?> items)
items - The items to be added to the string.public static int booleanToInt(boolean value)
value - The value to be convertedCopyright © 2007-2013. All Rights Reserved.