public interface GroovyCompilerConfiguration
GroovyCompiler.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
DEFAULT_CLASSPATH
Constant to be used when there is no
classpath. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getClasspath()
Returns the classpath for local resources.
|
java.util.List<RepositoryConfiguration> |
getRepositoryConfiguration()
Returns the configuration for the repositories that will be used by the compiler to
resolve dependencies.
|
GroovyCompilerScope |
getScope()
Returns the scope in which the compiler operates.
|
boolean |
isAutoconfigure()
Returns true if auto-configuration transformations should be applied.
|
boolean |
isGuessDependencies()
Returns if jar dependencies should be guessed.
|
boolean |
isGuessImports()
Returns if import declarations should be guessed.
|
boolean |
isQuiet()
Returns if running in quiet mode.
|
static final java.lang.String[] DEFAULT_CLASSPATH
classpath.GroovyCompilerScope getScope()
boolean isGuessImports()
true if imports should be guessed, otherwise falseboolean isGuessDependencies()
true if dependencies should be guessed, otherwise falseboolean isAutoconfigure()
true if auto-configuration transformations should be applied,
otherwise falsejava.lang.String[] getClasspath()
java.util.List<RepositoryConfiguration> getRepositoryConfiguration()
boolean isQuiet()
true if running in quiet mode