com.atlassian.core.util
Class FilterUtils

java.lang.Object
  extended by com.atlassian.core.util.FilterUtils

public class FilterUtils
extends Object


Constructor Summary
FilterUtils()
           
 
Method Summary
static Long verifyLong(Long id)
           
static String verifyString(String s)
          Returned string is non-null IFF there is a true value (ie some text)
static String[] verifyStringArray(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 String verifyString(String s)
Returned string is non-null IFF there is a true value (ie some text)


verifyStringArray

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


verifyLong

public static Long verifyLong(Long id)


Copyright © 2015 Atlassian. All rights reserved.