|
||||||||||
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 represents a method from the implementation class. This class allows getting information about a method : name, arguments, return type...
Method Summary | |
---|---|
static String |
computeMethodId(Method method)
Computes the method id for the given Method object. |
String[] |
getMethodArguments()
|
String |
getMethodIdentifier()
Gets the method unique identifier. |
String |
getMethodName()
|
String |
getMethodReturn()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getMethodName()
public String[] getMethodArguments()
public String getMethodReturn()
public String getMethodIdentifier()
public static String computeMethodId(Method method)
method
- the Method object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |