public class Utils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WILDFLY_DEFAULT_DIR |
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNotNullOrEmpty(CharSequence seq)
Tests if the character sequence is not
null and not empty. |
static boolean |
isNotNullOrEmpty(Object[] array)
Tests if the arrays is not
null and not empty. |
static String |
toString(Iterable<?> iterable,
CharSequence delimiter)
Converts an iterable to a delimited string.
|
public static final String WILDFLY_DEFAULT_DIR
public static boolean isNotNullOrEmpty(CharSequence seq)
null and not empty.seq - the character sequence to testtrue if the character sequence is not null and not emptypublic static boolean isNotNullOrEmpty(Object[] array)
null and not empty.array - the array to testtrue if the array is not null and not emptypublic static String toString(Iterable<?> iterable, CharSequence delimiter)
iterable - the iterable to convertdelimiter - the delimiterCopyright © 2021 JBoss by Red Hat. All rights reserved.