|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.i18n.message.Helper
public final class Helper
Provides helper methods for this package.
This is internal API.
Method Summary | |
---|---|
static String |
capitalize(String input) This method transforms the first character to upper case and returns the result. |
static List<String> |
split(String delimiterSeparatedElements) Parses the string and returns the comma separated elements as a list of String objects. |
static List<String> |
split(String delimiterSeparatedElements, String delimiters) Parses the string and returns the delimiter separated elements as a list of String objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String capitalize(String input)
input
- the string to transform.
public static List<String> split(String delimiterSeparatedElements)
null
or contains no character (its length is zero), the empty list is returned.
delimiterSeparatedElements
- the string to parse, trimmed from whitespaces.
public static List<String> split(String delimiterSeparatedElements, String delimiters)
null
or contains no character (its length is zero), the empty list is returned.
delimiterSeparatedElements
- the string to parse, trimmed from whitespaces.
delimiters
- a string that contains all delimiters used to split the string.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |