public class ExampleResourceLocator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GROOVY2_COMPILER_PLUGIN_CLASS |
static java.lang.String |
GROOVY2_PLUGIN_ID |
Constructor and Description |
---|
ExampleResourceLocator() |
Modifier and Type | Method and Description |
---|---|
static java.nio.file.Path |
getGroovyPluginLocation()
Locate the classpath root which contains the groovy2 plugin.
|
static java.nio.file.Path |
getGroovyRuntime()
Locate the groovy-all-n.n.n.jar file on the classpath.
|
public static final java.lang.String GROOVY2_PLUGIN_ID
public static final java.lang.String GROOVY2_COMPILER_PLUGIN_CLASS
public static java.nio.file.Path getGroovyRuntime()
public static java.nio.file.Path getGroovyPluginLocation()
getGroovyRuntime()
.