public final class Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getSecretUrl(String credentialId)
Get the actual URL from the credential id
|
static boolean |
isEmpty(String... strings)
Determines if any of Strings specified is either null or empty.
|
static void |
verifyNotEmpty(String... strings)
Verifies neither of Strings specified is null or empty.
|
public static boolean isEmpty(String... strings)
strings - - Strings to check for empty (whitespace is trimmed) or null.public static void verifyNotEmpty(String... strings)
strings - Strings to check for empty (whitespace is trimmed) or null.IllegalArgumentException - Throws this exception if any string is empty.Copyright © 2016–2018. All rights reserved.