OpenShift Java Client 2.5.0.Final

com.openshift.internal.client.utils
Class Assert

java.lang.Object
  extended by com.openshift.internal.client.utils.Assert

public class Assert
extends Object

Author:
André Dietisheim

Nested Class Summary
static class Assert.AssertionFailedException
           
 
Constructor Summary
Assert()
           
 
Method Summary
static void isTrue(boolean assertion)
           
static void notEmpty(String value)
           
static
<V> V
notNull(V value)
           
 
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 <V> V notNull(V value)

notEmpty

public static void notEmpty(String value)

isTrue

public static void isTrue(boolean assertion)

OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.