public interface GroovyCompilerConfiguration
GroovyCompiler.| Modifier and Type | Field and Description | 
|---|---|
| static String[] | DEFAULT_CLASSPATHConstant to be used when there is no  classpath. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getClasspath()Returns the classpath for local resources. | 
| 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. | 
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 falseString[] getClasspath()
List<RepositoryConfiguration> getRepositoryConfiguration()
boolean isQuiet()
true if running in quiet mode