|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.util.Assert org.kuali.maven.wagon.auth.Assert
public class Assert
Constructor Summary | |
---|---|
Assert()
|
Method Summary | |
---|---|
static void |
noBlanks(String... strings)
|
static void |
noBlanksWithMsg(String msg,
List<String> strings)
|
static void |
noBlanksWithMsg(String msg,
String... strings)
|
static void |
noNulls(Object... objects)
|
Methods inherited from class org.springframework.util.Assert |
---|
doesNotContain, doesNotContain, hasLength, hasLength, hasText, hasText, isAssignable, isAssignable, isInstanceOf, isInstanceOf, isNull, isNull, isTrue, isTrue, noNullElements, noNullElements, notEmpty, notEmpty, notEmpty, notEmpty, notEmpty, notEmpty, notNull, notNull, state, state |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Assert()
Method Detail |
---|
public static void noNulls(Object... objects)
public static void noBlanks(String... strings)
public static void noBlanksWithMsg(String msg, String... strings)
public static void noBlanksWithMsg(String msg, List<String> strings)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |