Package org.n52.faroe
Class Validation
- java.lang.Object
-
- org.n52.faroe.Validation
-
public final class Validation extends Object
- Since:
- 1.0.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgreaterEqualZero(String name, int i)static intgreaterZero(String name, int i)static <T> TnotNull(String name, T val)static StringnotNullOrEmpty(String name, String val)
-
-
-
Method Detail
-
notNull
public static <T> T notNull(String name, T val) throws ConfigurationError
- Throws:
ConfigurationError
-
greaterZero
public static int greaterZero(String name, int i) throws ConfigurationError
- Throws:
ConfigurationError
-
greaterEqualZero
public static int greaterEqualZero(String name, int i) throws ConfigurationError
- Throws:
ConfigurationError
-
notNullOrEmpty
public static String notNullOrEmpty(String name, String val) throws ConfigurationError
- Throws:
ConfigurationError
-
-