public class InterpretterConfig extends GroovyInterpretterConfig
| Constructor and Description |
|---|
InterpretterConfig() |
| Modifier and Type | Method and Description |
|---|---|
groovy.lang.Binding |
getDefaultBinding(ProcessStream stream,
List<String> args,
ProcessRuntime<?,?,?> runtime)
Default binding to be used in groovy interpreters.
|
getCompilerConfiguration, getStarImports, getStaticStars, setupDecorateMethods, setupDecorateMethodspublic groovy.lang.Binding getDefaultBinding(@Nonnull ProcessStream stream, @Nonnull List<String> args, @Nullable ProcessRuntime<?,?,?> runtime)
Copyright © 2016. All rights reserved.