org.kuali.common.util
Class Assert

java.lang.Object
  extended by org.springframework.util.Assert
      extended by org.kuali.common.util.Assert

public abstract class Assert
extends org.springframework.util.Assert


Constructor Summary
Assert()
           
 
Method Summary
static void isFalse(boolean condition)
           
static void isFalse(boolean condition, String message)
           
static void notBlank(String... strings)
           
 
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

isFalse

public static void isFalse(boolean condition)

isFalse

public static void isFalse(boolean condition,
                           String message)

notBlank

public static void notBlank(String... strings)


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