| Package | Description |
|---|---|
| gololang |
Provides the top-level Golo support classes.
|
| org.eclipse.golo.cli.command |
(this is an internal API)
|
| Modifier and Type | Method and Description |
|---|---|
static GoloClassLoader |
Runtime.classLoader()
Returns the current thread class loader.
|
| Modifier and Type | Method and Description |
|---|---|
GoloClassLoader |
ClasspathOption.initGoloClassLoader()
Init the class loader using the parsed command line option.
|
static GoloClassLoader |
ClasspathOption.initGoloClassLoader(java.util.List<java.lang.String> classpath)
Create a golo classloader using the given classpath list.
|