|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmandala.util.Misc
Miscellaneous class.
Constructor Summary | |
Misc()
|
Method Summary | |
static String |
componentsToString(Object[] args)
|
static List |
findAllInterfaces(Class type)
Return the list of Class objects representing all
interfaces a given class implements. |
static List |
findAllSuperTypes(Class type)
Return the list of Class objects representing all super
type a given class implements. |
static List |
findAllTypes(Class type)
Return the list of Class objects representing every
types a give class implements. |
static Class |
findMethodClassArgs(Class subClass,
Class classToTest,
String methodName,
Syslog syslog)
Return the Class type a given method take as its single
parameter. |
static String |
identityToString(Object o)
|
static String |
primitiveComponentsToString(Object array)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Misc()
Method Detail |
public static List findAllTypes(Class type)
Return the list of Class
objects representing every
types a give class implements.
type
- a Class
value
List
valuepublic static List findAllSuperTypes(Class type)
Return the list of Class
objects representing all super
type a given class implements.
type
- a Class
value
List
valuepublic static List findAllInterfaces(Class type)
Return the list of Class
objects representing all
interfaces a given class implements.
type
- a Class
value
List
valuepublic static Class findMethodClassArgs(Class subClass, Class classToTest, String methodName, Syslog syslog)
Return the Class
type a given method take as its single
parameter.
subClass
- a Class
valueclassToTest
- a Class
valuemethodName
- a String
valuesyslog
- a Syslog
value
Class
valuepublic static String identityToString(Object o)
public static String componentsToString(Object[] args)
public static String primitiveComponentsToString(Object array)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |