public class TyreUtils
extends java.lang.Object
| Constructor and Description |
|---|
TyreUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
combine(java.lang.String... paths)
Combines the array of strings into a valid path.
|
static boolean |
IsArrayEmpty(java.lang.Object... s)
Tests if an array of objects is empty.
|
static boolean |
IsStringEmpty(java.lang.String s)
Tests if a string is NULL, equal to "", or has length 0.
|
public static boolean IsStringEmpty(java.lang.String s)
s - The string to test.public static java.lang.String combine(java.lang.String... paths)
paths - String array of path elements to combine.public static boolean IsArrayEmpty(java.lang.Object... s)
s - The object array to test.