org.apache.felix.ipojo.manipulation
Class MethodDescriptor

java.lang.Object
  extended by org.apache.felix.ipojo.manipulation.MethodDescriptor

public class MethodDescriptor
extends java.lang.Object

Method Descriptor describe a method.

Author:
Felix Project Team

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

MethodDescriptor

public MethodDescriptor(java.lang.String name,
                        java.lang.String desc)
Constructor.

Parameters:
name - : name of the method.
desc - : descriptor of the method.
Method Detail

getElement

public org.apache.felix.ipojo.metadata.Element getElement()
Compute method manipulation metadata.

Returns:
the element containing metadata about this method.

getName

public java.lang.String getName()