public class ParametersValidator
extends java.lang.Object
| Constructor and Description |
|---|
ParametersValidator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
notEmpty(java.util.Collection<?> col) |
static void |
notNull(java.lang.Object obj) |
static void |
notNullAndNotEmpty(java.lang.String str) |
static void |
nullOrNotEmpty(java.lang.String str) |
public static void notNull(java.lang.Object obj)
throws ServerFault
ServerFaultpublic static void notNullAndNotEmpty(java.lang.String str)
throws ServerFault
ServerFaultpublic static void nullOrNotEmpty(java.lang.String str)
throws ServerFault
ServerFaultpublic static void notEmpty(java.util.Collection<?> col)
throws ServerFault
ServerFaultCopyright © 2024. All Rights Reserved.