Forge - Parent 2.0.0.Alpha1

org.jboss.forge.container.util
Class Assert

java.lang.Object
  extended by org.jboss.forge.container.util.Assert

public class Assert
extends Object

Author:
Lincoln Baxter, III

Constructor Summary
Assert()
           
 
Method Summary
static void isTrue(boolean value, 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
 

Constructor Detail

Assert

public Assert()
Method Detail

notNull

public static void notNull(Object object,
                           String message)
                    throws IllegalStateException
Throws:
IllegalStateException

isTrue

public static void isTrue(boolean value,
                          String message)

Forge - Parent 2.0.0.Alpha1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.