com.xebialabs.deployit.plugin.api.reflect
Class MethodDescriptor

java.lang.Object
  extended by com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor

public class MethodDescriptor
extends java.lang.Object


Method Summary
 Descriptor getDeclaringDescriptor()
           
 java.lang.String getDescription()
           
 java.lang.String getFqn()
           
 java.lang.reflect.Method getMethod()
           
 java.lang.String getName()
           
<T> T
invoke(ConfigurationItem item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

getMethod

public java.lang.reflect.Method getMethod()

getDescription

public java.lang.String getDescription()

getDeclaringDescriptor

public Descriptor getDeclaringDescriptor()

invoke

public <T> T invoke(ConfigurationItem item)

getFqn

public java.lang.String getFqn()