public interface SpringApplicationRunnerConfiguration extends GroovyCompilerConfiguration
Configuration for the SpringApplicationRunner.
Type Params | Return Type | Name and description |
---|---|---|
|
public java.util.logging.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