Responsible for cleaning a Grails project
| Fields inherited from class | Fields |
|---|---|
class BaseSettingsApi |
appClassName, buildEventListener, buildProps, buildSettings, configSlurper, enableProfile, grailsAppName, grailsHome, isInteractive, metadata, metadataFile, pluginSettings, pluginsHome, resolver |
| Type | Name and description |
|---|---|
groovy.util.AntBuilder |
ant |
| Constructor and description |
|---|
GrailsProjectCleaner
(BuildSettings settings, GrailsBuildEventListener buildEventListener) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
clean(boolean triggerEvents = true)Implementation of clean |
|
void |
cleanAll(boolean triggerEvents = true)Cleans a Grails project |
|
void |
cleanCompiledSources(boolean triggerEvents = true)Cleans compiled Java and Groovy sources |
|
void |
cleanTestReports(boolean triggerEvents = true)Cleans the test reports |
|
void |
cleanWarFile(boolean triggerEvents = true)Cleans the deployable .war file |
|
void |
cleanWork() |
|
groovy.util.AntBuilder |
getAnt() |
|
void |
setAnt(groovy.util.AntBuilder ant) |
Implementation of clean
Cleans a Grails project
Cleans compiled Java and Groovy sources
Cleans the test reports
Cleans the deployable .war file
Groovy Documentation