Static Public Member Functions | |
Logger | getPackageLogger (Object requester) |
Logger | getPackageLogger (Class<?> requester) |
int | parseInt (String text) |
String | join (String[] text) |
String[] | split (String text) |
|
Returns a logger for the specified class, based on the requester's package name, e.g. "alma.acs.commandcenter.engine", thus the logger will be shared by all classes in that package.
|
|
Returns a logger for the specified class, based on the requester's package name, e.g. "alma.acs.commandcenter.engine", thus the logger will be shared by all classes in that package.
|
|
Returns the specified strings concatenated as one comma-separated string.
|
|
Returns the specified string parsed as an int, or 0 if parsing fails.
|
|
Returns the specified string parsed into pieces. Commas and semi-colons are accepted as separators, whitespace is tolerated. Thus, the formats recognized are roughly:
|