public interface GrailsApplicationRunnerConfiguration extends GroovyCompilerConfiguration
Configuration for the GrailsApplicationRunner.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Level |
getLogLevel()Returns the logging level to use. |
|
public boolean |
isWatchForFileChanges()Returns true if the source file should be monitored for changes and
automatically recompiled. |
| Methods inherited from class | Name |
|---|---|
interface GroovyCompilerConfiguration |
getClasspath, getRepositoryConfiguration, getScope, isAutoconfigure, isGuessDependencies, isGuessImports, isQuiet |
Returns the logging level to use.
Returns true if the source file should be monitored for changes and
automatically recompiled.
true if file watching should be performed, otherwise false