|
||||||||||
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...
Field Summary | |
---|---|
static String |
BC_CONSTRUCTOR_ID
Bundle Context Constructor Method Id. |
static String |
CONSTRUCTOR_PREFIX
Constructor Prefix. |
static String |
EMPTY_CONSTRUCTOR_ID
Empty Constructor Method Id. |
Method Summary | |
---|---|
static String |
computeMethodId(Constructor method)
Computes the method id for the given Constructor object. |
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 |
Field Detail |
---|
public static final String EMPTY_CONSTRUCTOR_ID
public static final String BC_CONSTRUCTOR_ID
public static final String CONSTRUCTOR_PREFIX
Method Detail |
---|
public String getMethodName()
public String[] getMethodArguments()
public String getMethodReturn()
public String getMethodIdentifier()
public static String computeMethodId(Method method)
method
- the Method object.
public static String computeMethodId(Constructor method)
method
- the Method object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |