|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.communications.util.ClassUtil
public class ClassUtil
Utilities used for working with Class objects.
| Method Summary | |
|---|---|
static java.lang.Class |
getClassFromTypeName(java.lang.String type_name)
Converts a type name (as a String) into its Class representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Class getClassFromTypeName(java.lang.String type_name)
throws java.lang.ClassNotFoundException
Class representation. Primitives are converted to their
object types (e.g. "int" will return Integer.TYPE).
type_name - the type name string
Class
java.lang.ClassNotFoundException - if the type name cannot be converted to a class object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||