Package | Description |
---|---|
io.fabric8.agent.utils |
Modifier and Type | Method and Description |
---|---|
static void |
NullArgumentException.validateNotEmpty(java.lang.Object[] arrayToCheck,
java.lang.String argumentName)
Validates that the array instance is not null and that it has entries.
|
static void |
NullArgumentException.validateNotEmpty(java.util.Properties propertiesToCheck,
java.lang.String argumentName)
Validates that the Properties instance is not null and that it has entries.
|
static void |
NullArgumentException.validateNotEmpty(java.lang.String stringToCheck,
boolean trim,
java.lang.String argumentName)
Validates that the string is not null and not an empty string.
|
static void |
NullArgumentException.validateNotEmpty(java.lang.String stringToCheck,
java.lang.String argumentName)
Validates that the string is not null and not an empty string without trimming the string.
|
static void |
NullArgumentException.validateNotEmptyContent(java.lang.String[] arrayToCheck,
boolean trim,
java.lang.String argumentName)
Validates that the string array instance is not null and that it has entries that are not null or empty.
|
static void |
NullArgumentException.validateNotEmptyContent(java.lang.String[] arrayToCheck,
java.lang.String argumentName)
Validates that the string array instance is not null and that it has entries that are not null or empty
eithout trimming the string.
|
static void |
NullArgumentException.validateNotNull(java.lang.Object obj,
java.lang.String objectName)
Validates that the object
obj is not null. |
Copyright © 2014 Red Hat. All Rights Reserved.