|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.zeus.util.ClassUtils
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
s deal with,
and relate them to Java Generator
Class
objects.
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 |
public ClassUtils()
Method Detail |
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.
javaType
- the String
name of the Java
type to check for.boolean
- whether the class is a
Java Collection
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |