xdoclet.util
Class TypeConversionUtil
java.lang.Object
|
+--xdoclet.util.TypeConversionUtil
- public final class TypeConversionUtil
- extends Object
- Version:
- $Revision: 1.6 $
- Author:
- Ara Abrahamian (ara_e@email.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeConversionUtil
public TypeConversionUtil()
stringToBoolean
public static boolean stringToBoolean(String in,
boolean defaultValue)
- A utility method for converting a string to a boolean. "yes", "no", "true", "false", "1", "0", "on" and "off" are
valid values for a boolean string (ignoring case). If not one of then then the value of defaultValue parameter is
returned.
- Parameters:
defaultValue
- Description of Parameterin
- The String to convert
- Returns:
- true or false
getQualifiedClassName
public static String getQualifiedClassName(String packageName,
String unqualifiedClassName)
Copyright © 2000-2003 XDoclet Team. All Rights Reserved.