Interface SpringApplicationRunnerConfiguration
- All Superinterfaces:
GroovyCompilerConfiguration
public interface SpringApplicationRunnerConfiguration extends GroovyCompilerConfiguration
Configuration for theSpringApplicationRunner.
Field Summary
Fields inherited from interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
DEFAULT_CLASSPATH
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LevelgetLogLevel()Returns the logging level to use.booleanisWatchForFileChanges()Returnstrueif the source file should be monitored for changes and automatically recompiled.Methods inherited from interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
getClasspath, getRepositoryConfiguration, getScope, isAutoconfigure, isGuessDependencies, isGuessImports, isQuiet
Method Detail
isWatchForFileChanges
boolean isWatchForFileChanges()
Returnstrueif the source file should be monitored for changes and automatically recompiled.- Returns:
trueif file watching should be performed, otherwisefalse
getLogLevel
Level getLogLevel()
Returns the logging level to use.- Returns:
- the logging level