MCPcopy Index your code
hub / github.com/apache/groovy / run

Method run

src/main/java/org/apache/groovy/plugin/GroovyRunner.java:47–47  ·  view source on GitHub ↗

Runs the given class. @param scriptClass class to run @param loader used to locate classes and resources @return result of running the class

(Class<?> scriptClass, GroovyClassLoader loader)

Source from the content-addressed store, hash-verified

45 * @return result of running the class
46 */
47 Object run(Class<?> scriptClass, GroovyClassLoader loader);
48
49}

Callers 15

mainMethod · 0.65
mainMethod · 0.65
parseAndRunScriptMethod · 0.65
lessMethod · 0.65
callMethod · 0.65
mainMethod · 0.65
createFactoryMethod · 0.65
runMethod · 0.65
prism.jsFile · 0.65
insertHighlightedCodeFunction · 0.65
updateTargetValueMethod · 0.65

Implementers 6

TestNgRunnersubprojects/groovy-testng/src/main/jav
JUnit6Runnersubprojects/groovy-test-junit6/src/mai
JUnit5Runnersubprojects/groovy-test-junit5/src/mai
Junit3TestRunnersrc/main/java/org/apache/groovy/plugin
Junit3SuiteRunnersrc/main/java/org/apache/groovy/plugin
Junit4TestRunnersrc/main/java/org/apache/groovy/plugin

Calls

no outgoing calls

Tested by 6

mainMethod · 0.52
runMethod · 0.52
runMethod · 0.52
runMethod · 0.52