com.openshift.internal.client.utils
Class Assert
java.lang.Object
  
com.openshift.internal.client.utils.Assert
public class Assert
- extends Object
 
- Author:
 
  - André Dietisheim
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Assert
public Assert()
notNull
public static <V> V notNull(V value)
 
notEmpty
public static void notEmpty(String value)
 
isTrue
public static void isTrue(boolean assertion)
 
Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.