com.atlassian.jira.util
Class ObjectUtils

java.lang.Object
  extended bycom.atlassian.jira.util.ObjectUtils

public class ObjectUtils
extends Object


Constructor Summary
ObjectUtils()
           
 
Method Summary
static ObjectUtils getInstance()
           
static org.apache.commons.collections.Predicate getIsSetPredicate()
           
static boolean isNotEmpty(Object o)
           
static boolean isValueSelected(Object selectValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectUtils

public ObjectUtils()
Method Detail

getInstance

public static ObjectUtils getInstance()

isNotEmpty

public static boolean isNotEmpty(Object o)

getIsSetPredicate

public static org.apache.commons.collections.Predicate getIsSetPredicate()

isValueSelected

public static boolean isValueSelected(Object selectValue)


Copyright © 2002-2007 Atlassian. All Rights Reserved.