Class ExecutionFactory

  • All Implemented Interfaces:
    groovy.util.Factory

    public class ExecutionFactory
    extends NamedFactory
    Builds PluginExecution nodes.
    Since:
    0.7
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object newInstance​(groovy.util.FactoryBuilderSupport builder, java.lang.Object name, java.lang.Object value, java.util.Map attrs)  
      boolean onHandleNodeAttributes​(groovy.util.FactoryBuilderSupport builder, java.lang.Object current, java.util.Map attrs)  
      • Methods inherited from class groovy.util.AbstractFactory

        isHandlesNodeChildren, isLeaf, onFactoryRegistration, onNodeChildren, onNodeCompleted, setChild
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExecutionFactory

        public ExecutionFactory()
    • Method Detail

      • newInstance

        public java.lang.Object newInstance​(groovy.util.FactoryBuilderSupport builder,
                                            java.lang.Object name,
                                            java.lang.Object value,
                                            java.util.Map attrs)
                                     throws java.lang.InstantiationException,
                                            java.lang.IllegalAccessException
        Throws:
        java.lang.InstantiationException
        java.lang.IllegalAccessException
      • onHandleNodeAttributes

        public boolean onHandleNodeAttributes​(groovy.util.FactoryBuilderSupport builder,
                                              java.lang.Object current,
                                              java.util.Map attrs)
        Specified by:
        onHandleNodeAttributes in interface groovy.util.Factory
        Overrides:
        onHandleNodeAttributes in class groovy.util.AbstractFactory