Class LocalCreatorDescriptor

java.lang.Object
com.xebialabs.deployit.booter.local.LocalCreatorDescriptor
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.reflect.CreatorDescriptor

public class LocalCreatorDescriptor extends Object implements com.xebialabs.deployit.plugin.api.reflect.CreatorDescriptor
  • Method Details

    • from

      public static com.xebialabs.deployit.plugin.api.reflect.CreatorDescriptor from(LocalDescriptor descriptor, String delegate, Map<String,String> attributes)
    • getName

      public String getName()
      Specified by:
      getName in interface com.xebialabs.deployit.plugin.api.reflect.CreatorDescriptor
    • getAttributes

      public Map<String,String> getAttributes()
      Specified by:
      getAttributes in interface com.xebialabs.deployit.plugin.api.reflect.CreatorDescriptor
    • invoke

      public void invoke(com.xebialabs.deployit.plugin.api.creator.CreatorContext context)
      Specified by:
      invoke in interface com.xebialabs.deployit.plugin.api.reflect.CreatorDescriptor
    • getFqn

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