it.geosolutions.tools.commons.check
Class Objects

java.lang.Object
  extended by it.geosolutions.tools.commons.check.Objects

public final class Objects
extends Object


Constructor Summary
Objects()
           
 
Method Summary
static void notNull(Object... oList)
          Checks if the input is not null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Objects

public Objects()
Method Detail

notNull

public static void notNull(Object... oList)
Checks if the input is not null.

Parameters:
oList - list of elements to check for null.


Copyright © 2011-2012 GeoSolutions. All Rights Reserved.