Package sonia.scm.util
Class AssertUtil
java.lang.Object
sonia.scm.util.AssertUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
assertIsNotEmpty
(Object[] array) static void
assertIsNotEmpty
(String value) static void
assertIsNotEmpty
(Collection<?> collection) static void
assertIsNotNull
(Object object) static void
assertIsValid
(Validateable validateable) static void
assertPositive
(int value)
-
Method Details
-
assertIsNotEmpty
-
assertIsNotEmpty
-
assertIsNotEmpty
-
assertIsNotNull
-
assertIsValid
-
assertPositive
public static void assertPositive(int value) - Since:
- 1.4
-