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