org.guiceyfruit.support
Class Strings

java.lang.Object
  extended by org.guiceyfruit.support.Strings

public class Strings
extends java.lang.Object

Version:
$Revision: 1.1 $

Constructor Summary
Strings()
           
 
Method Summary
static boolean isNotEmpty(java.lang.String value)
          Tests whether the value is not null or an empty string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Strings

public Strings()
Method Detail

isNotEmpty

public static boolean isNotEmpty(java.lang.String value)
Tests whether the value is not null or an empty string.

Parameters:
value - the value, if its a String it will be tested for text length as well
Returns:
true if not empty


Copyright © 2011. All Rights Reserved.