public interface SpringApplicationRunnerConfiguration extends GroovyCompilerConfiguration
SpringApplicationRunner
.DEFAULT_CLASSPATH
Modifier and Type | Method and Description |
---|---|
Level |
getLogLevel()
Returns the logging level to use.
|
boolean |
isWatchForFileChanges()
Returns
true if the source file should be monitored for changes and
automatically recompiled. |
getClasspath, getRepositoryConfiguration, getScope, isAutoconfigure, isGuessDependencies, isGuessImports, isQuiet
boolean isWatchForFileChanges()
true
if the source file should be monitored for changes and
automatically recompiled.true
if file watching should be performed, otherwise false
Level getLogLevel()