org.apache.camel.component.apns.util
Class AssertUtils

java.lang.Object
  extended by org.apache.camel.component.apns.util.AssertUtils

public final class AssertUtils
extends Object


Method Summary
static void isTrue(boolean booleanValue, String message)
           
static void notNull(Object object, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

notNull

public static void notNull(Object object,
                           String message)

isTrue

public static void isTrue(boolean booleanValue,
                          String message)


Apache Camel