Class RunnerController

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    @Component
    public class RunnerController
    extends java.lang.Object
    implements groovy.lang.GroovyObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      groovy.lang.MetaClass getMetaClass()  
      int getOrder​(java.lang.Class aClass)  
      protected java.util.List getOrderList()  
      void setMetaClass​(groovy.lang.MetaClass mc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface groovy.lang.GroovyObject

        getProperty, invokeMethod, setProperty
    • Constructor Detail

      • RunnerController

        public RunnerController()
    • Method Detail

      • getMetaClass

        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject
      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
      • getOrderList

        protected java.util.List getOrderList()
      • getOrder

        public int getOrder​(java.lang.Class aClass)