org.rhq.core.domain.util
Class CriteriaUtils
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CriteriaUtils
public CriteriaUtils()
getListIgnoringNulls
public static <T> List<T> getListIgnoringNulls(T[] items)
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.