|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.util.codingsupport.ClassUtils
public final class ClassUtils
This class helps transforming a class or class related structures into a string representation.
| Method Summary | |
|---|---|
static String |
getCanonicalClassName(Class<?> clazz)
Composes the canonical name of the given class. |
static String |
getMethodSignature(Method method)
Transforms the given method into a string representation. |
static String |
getPackageName(Class<?> clazz)
Determines the class' package name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getCanonicalClassName(Class<?> clazz)
java.lang.String[][]).
clazz - The class which canonical name has to be computed.
public static String getPackageName(Class<?> clazz)
clazz - The class which package name has to be determined.
public static String getMethodSignature(Method method)
method - The method to transform.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||