Classes which can run scripts should implement this interface.
| Type | Name and description | 
|---|---|
| boolean | canRun(Class scriptClass, GroovyClassLoader loader) | 
| Object | run(Class scriptClass, GroovyClassLoader loader) |