Interface SpringApplicationRunnerConfiguration
- All Superinterfaces:
 GroovyCompilerConfiguration
Configuration for the 
SpringApplicationRunner.- Since:
 - 1.0.0
 - Author:
 - Phillip Webb
 
- 
Field Summary
Fields inherited from interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
DEFAULT_CLASSPATH - 
Method Summary
Modifier and TypeMethodDescriptionReturns the logging level to use.booleanReturnstrueif 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 Details
- 
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
 
 
 -