com.atlassian.core.util
Class FilterUtils

java.lang.Object
  extended bycom.atlassian.core.util.FilterUtils

public class FilterUtils
extends java.lang.Object


Constructor Summary
FilterUtils()
           
 
Method Summary
static java.lang.Long verifyLong(java.lang.Long id)
           
static java.lang.String verifyString(java.lang.String s)
          Returned string is non-null IFF there is a true value (ie some text)
static java.lang.String[] verifyStringArray(java.lang.String[] sa)
          Retirned string array is non-null IFF there is a true value (ie some text)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterUtils

public FilterUtils()
Method Detail

verifyString

public static java.lang.String verifyString(java.lang.String s)
Returned string is non-null IFF there is a true value (ie some text)


verifyStringArray

public static java.lang.String[] verifyStringArray(java.lang.String[] sa)
Retirned string array is non-null IFF there is a true value (ie some text)


verifyLong

public static java.lang.Long verifyLong(java.lang.Long id)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.