|
static boolean | isStringConvertibleType (Set< Class > stringConvertibleTypes, Class clazz) |
|
static boolean | isValidUDAName (String name) |
|
static InetAddress | getInetAddressByName (String name) |
| Wraps the checked exception in a runtime exception.
|
|
static String | toCommaSeparatedList (Object[] o) |
| Converts the given instances into comma-separated elements of a string, escaping commas with backslashes.
|
|
static String | toCommaSeparatedList (Object[] o, boolean escapeCommas, boolean escapeDoubleQuotes) |
| Converts the given instances into comma-separated elements of a string, optionally escapes commas and double quotes with backslahses.
|
|
static String[] | fromCommaSeparatedList (String s) |
| Converts the comma-separated elements of a string into an array of strings, unescaping backslashed commas.
|
|
static String[] | fromCommaSeparatedList (String s, boolean unescapeCommas) |
| Converts the comma-separated elements of a string into an array of strings, optionally unescaping backslashed commas.
|
|
static String | toTimeString (long seconds) |
|
static long | fromTimeString (String s) |
|
static String | commaToNewline (String s) |
|
static String | getLocalHostName (boolean includeDomain) |
| DNS reverse name lookup.
|
|
static byte[] | getFirstNetworkInterfaceHardwareAddress () |
|
Shared trivial procedures.
- Author
- Christian Bauer