|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.system.ReflectionLib
public class ReflectionLib
Handy methods to simplify use of Java's reflection facility.
Copyright 2008 Partner Software, Inc.
| Field Summary | |
|---|---|
static Log |
log
|
| Method Summary | |
|---|---|
static java.lang.Object |
callInstanceMethod(java.lang.Object instance,
java.lang.String methodName)
Runs the named no-argument method on the named object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Log log
| Method Detail |
|---|
public static java.lang.Object callInstanceMethod(java.lang.Object instance,
java.lang.String methodName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||