hudson.plugins.violations.util
Class StringUtil

java.lang.Object
  extended by hudson.plugins.violations.util.StringUtil

public final class StringUtil
extends java.lang.Object

A utility class for strings.


Method Summary
static boolean isBlank(java.lang.String str)
          Check if the string is null or all spaces.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isBlank

public static boolean isBlank(java.lang.String str)
Check if the string is null or all spaces.

Parameters:
str - the string to test.
Returns:
true if string is null or all spaces.


Copyright © 2008. All Rights Reserved.