org.enhydra.zeus.util
Class ClassUtils

java.lang.Object
  |
  +--org.enhydra.zeus.util.ClassUtils

public class ClassUtils
extends java.lang.Object

ClassUtils is a Zeus utility class that provides methods that deal with the various classes and types that may be used in data binding. Specifically, this will deal with the String Java types that Generators deal with, and relate them to Java Class objects.

Version:
1.0
Author:
Brett McLaughlin

Constructor Summary
ClassUtils()
           
 
Method Summary
static boolean isCollectionClass(java.lang.String javaType)
           This will determine if the supplied Java type (in String form) is one of the Java Collection classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassUtils

public ClassUtils()
Method Detail

isCollectionClass

public static boolean isCollectionClass(java.lang.String javaType)

This will determine if the supplied Java type (in String form) is one of the Java Collection classes.

Parameters:
javaType - the String name of the Java type to check for.
Returns:
boolean - whether the class is a Java Collection.


Copyright © 2001 Enhydra. All Rights Reserved.