Package org.grails.cli.app
Interface GrailsApplicationRunnerConfiguration
-
- All Superinterfaces:
GroovyCompilerConfiguration
public interface GrailsApplicationRunnerConfiguration extends GroovyCompilerConfiguration
Configuration for theGrailsApplicationRunner.- Since:
- 2022.1.0
-
-
Field Summary
-
Fields inherited from interface org.grails.cli.compiler.GroovyCompilerConfiguration
DEFAULT_CLASSPATH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.logging.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.grails.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
java.util.logging.Level getLogLevel()
Returns the logging level to use.- Returns:
- the logging level
-
-