org.picocontainer.script.xml
Class AttributeUtils

java.lang.Object
  extended by org.picocontainer.script.xml.AttributeUtils

public class AttributeUtils
extends Object


Field Summary
static String EMPTY
           
 
Constructor Summary
AttributeUtils()
           
 
Method Summary
static boolean boolValue(String string, boolean defaultValue)
           
static boolean isSet(Object string)
           
static boolean notSet(Object string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final String EMPTY
See Also:
Constant Field Values
Constructor Detail

AttributeUtils

public AttributeUtils()
Method Detail

notSet

public static boolean notSet(Object string)

isSet

public static boolean isSet(Object string)

boolValue

public static boolean boolValue(String string,
                                boolean defaultValue)


Copyright © 2003-2010 Codehaus. All Rights Reserved.