|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.parser.MethodMetadata
public class MethodMetadata
A Method Metadata represent a method from the implementation class. This class allow to get information about a method : name, arguments, return type...
Method Summary | |
---|---|
static java.lang.String |
computeMethodId(java.lang.reflect.Method method)
Compute the method id for the given method. |
java.lang.String[] |
getMethodArguments()
|
java.lang.String |
getMethodIdentifier()
Get the method unique identifier. |
java.lang.String |
getMethodName()
|
java.lang.String |
getMethodReturn()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getMethodName()
public java.lang.String[] getMethodArguments()
public java.lang.String getMethodReturn()
public java.lang.String getMethodIdentifier()
public static java.lang.String computeMethodId(java.lang.reflect.Method method)
method
- : Method object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |