|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.manipulation.MethodDescriptor
public class MethodDescriptor
Method Descriptor describe a method.
Constructor Summary | |
---|---|
MethodDescriptor(java.lang.String name,
java.lang.String desc)
Constructor. |
Method Summary | |
---|---|
org.apache.felix.ipojo.metadata.Element |
getElement()
Compute method manipulation metadata. |
java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodDescriptor(java.lang.String name, java.lang.String desc)
name
- : name of the method.desc
- : descriptor of the method.Method Detail |
---|
public org.apache.felix.ipojo.metadata.Element getElement()
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |