Class RunnerController
- java.lang.Object
-
- com.netgrif.application.engine.startup.RunnerController
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
@Component public class RunnerController extends java.lang.Object implements groovy.lang.GroovyObject
-
-
Constructor Summary
Constructors Constructor Description RunnerController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description groovy.lang.MetaClassgetMetaClass()intgetOrder(java.lang.Class aClass)protected java.util.ListgetOrderList()voidsetMetaClass(groovy.lang.MetaClass mc)
-
-
-
Method Detail
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
getOrderList
protected java.util.List getOrderList()
-
getOrder
public int getOrder(java.lang.Class aClass)
-
-