jenkins.plugins.htmlaudio.util
Class StringUtils

java.lang.Object
  extended by jenkins.plugins.htmlaudio.util.StringUtils

public final class StringUtils
extends java.lang.Object

Collection of string-related utils.

Author:
Lars Hvile

Method Summary
static java.lang.String nullIfEmpty(java.lang.String str)
          Returns null if a provided string is empty.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

nullIfEmpty

public static java.lang.String nullIfEmpty(java.lang.String str)
Returns null if a provided string is empty.

See Also:
org.apache.commons.lang.StringUtils#isBlank(String)


Copyright © 2004-2011. All Rights Reserved.