org.rhq.core.domain.util
Class CriteriaUtils

java.lang.Object
  extended by org.rhq.core.domain.util.CriteriaUtils

public class CriteriaUtils
extends Object

A dumping ground for utility methods used by Criteria objects. We specifically don't want to put these into the Criteria abstract class because they would become part of the auto-completion candidate list in the interactive CLI. Putting them here (in core/domain versus, say, core/util) will provide the necessary utility without requiring further module inheritance at the coregui layer.


Constructor Summary
CriteriaUtils()
           
 
Method Summary
static
<T> List<T>
getListIgnoringNulls(T[] items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CriteriaUtils

public CriteriaUtils()
Method Detail

getListIgnoringNulls

public static <T> List<T> getListIgnoringNulls(T[] items)


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.