|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.util.MethodUtil
public class MethodUtil
A simple class that assists with method invocation. We should just use the jakarta-commons MethodUtils class, but that class can't deal with static methods, so it is useless to us.
| Method Summary | |
|---|---|
static java.lang.Object |
getClassFromSystemProperty(java.lang.String className,
java.lang.Object... args)
Return the classname from the config. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Object getClassFromSystemProperty(java.lang.String className,
java.lang.Object... args)
className - to check for overridden value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||