Class LocalMethodDescriptor

  • All Implemented Interfaces:
    com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor

    public class LocalMethodDescriptor
    extends java.lang.Object
    implements com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor from​(com.xebialabs.deployit.plugin.api.reflect.Descriptor descriptor, MethodSpecification methodSpecification)  
      java.util.Map<java.lang.String,​java.lang.String> getAttributes()  
      java.lang.String getDescription()  
      java.lang.String getFqn()  
      java.lang.String getLabel()  
      java.lang.String getName()  
      com.xebialabs.deployit.plugin.api.reflect.Type getParameterObjectType()  
      <T> T invoke​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item)  
      <T> T invoke​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item, com.xebialabs.deployit.plugin.api.udm.Parameters params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • from

        public static com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor from​(com.xebialabs.deployit.plugin.api.reflect.Descriptor descriptor,
                                                                                      MethodSpecification methodSpecification)
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
      • getLabel

        public java.lang.String getLabel()
        Specified by:
        getLabel in interface com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in interface com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
      • getAttributes

        public java.util.Map<java.lang.String,​java.lang.String> getAttributes()
        Specified by:
        getAttributes in interface com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
      • getParameterObjectType

        public com.xebialabs.deployit.plugin.api.reflect.Type getParameterObjectType()
        Specified by:
        getParameterObjectType in interface com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
      • invoke

        public <T> T invoke​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item)
        Specified by:
        invoke in interface com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
      • invoke

        public <T> T invoke​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item,
                            com.xebialabs.deployit.plugin.api.udm.Parameters params)
        Specified by:
        invoke in interface com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
      • getFqn

        public java.lang.String getFqn()
        Specified by:
        getFqn in interface com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor