org.kuali.maven.wagon.auth
Class Assert

java.lang.Object
  extended by org.springframework.util.Assert
      extended by org.kuali.maven.wagon.auth.Assert

public class Assert
extends org.springframework.util.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

Assert

public Assert()
Method Detail

noNulls

public static void noNulls(Object... objects)

noBlanks

public static void noBlanks(String... strings)

noBlanksWithMsg

public static void noBlanksWithMsg(String msg,
                                   String... strings)

noBlanksWithMsg

public static void noBlanksWithMsg(String msg,
                                   List<String> strings)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.