org.tuckey.web.filters.validation.utils
Class BooleanUtils

java.lang.Object
  extended by org.tuckey.web.filters.validation.utils.BooleanUtils

public class BooleanUtils
extends java.lang.Object

In the style of commons-lang BooleanUtils, but a bit smaller!.

Version:
$Revision: 1 $ $Date: 2006-07-12 08:07:49 +1200 (Wed, 12 Jul 2006) $
Author:
Paul Tuckey

Constructor Summary
BooleanUtils()
           
 
Method Summary
static boolean toBoolean(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanUtils

public BooleanUtils()
Method Detail

toBoolean

public static boolean toBoolean(java.lang.String s)