public interface GroovyCompilerConfiguration
Configuration for the GroovyCompiler.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public java.lang.String[] |
getClasspath()Returns the classpath for local resources. |
|
public java.util.List<RepositoryConfiguration> |
getRepositoryConfiguration()Returns the configuration for the repositories that will be used by the compiler to resolve dependencies. |
|
public GroovyCompilerScope |
getScope()Returns the scope in which the compiler operates. |
|
public boolean |
isAutoconfigure()Returns true if auto-configuration transformations should be applied. |
|
public boolean |
isGuessDependencies()Returns if jar dependencies should be guessed. |
|
public boolean |
isGuessImports()Returns if import declarations should be guessed. |
|
public boolean |
isQuiet()Returns if running in quiet mode. |
Returns the classpath for local resources.
Returns the configuration for the repositories that will be used by the compiler to resolve dependencies.
Returns the scope in which the compiler operates.
Returns true if auto-configuration transformations should be applied.
true if auto-configuration transformations should be applied,
otherwise falseReturns if jar dependencies should be guessed.
true if dependencies should be guessed, otherwise falseReturns if import declarations should be guessed.
true if imports should be guessed, otherwise falseReturns if running in quiet mode.
true if running in quiet mode