public interface GroovyCompilerConfiguration
GroovyCompiler.| Modifier and Type | Field and Description |
|---|---|
static String[] |
DEFAULT_CLASSPATH
Constant to be used when there is no
classpath. |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getClasspath() |
List<RepositoryConfiguration> |
getRepositoryConfiguration() |
GroovyCompilerScope |
getScope()
Returns the scope in which the compiler operates.
|
boolean |
isAutoconfigure()
Returns true if autoconfiguration transformations should be applied.
|
boolean |
isGuessDependencies()
Returns if jar dependencies should be guessed.
|
boolean |
isGuessImports()
Returns if import declarations should be guessed.
|
GroovyCompilerScope getScope()
boolean isGuessImports()
boolean isGuessDependencies()
boolean isAutoconfigure()
String[] getClasspath()
List<RepositoryConfiguration> getRepositoryConfiguration()
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.