|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.akhikhl.wuff.Configurer
class Configurer
| Field Summary | |
|---|---|
protected static Logger |
log
|
protected Project |
project
|
| Constructor Summary | |
Configurer(Project project)
|
|
| Method Summary | |
|---|---|
protected void
|
afterEvaluate(groovy.lang.Closure closure)
|
void
|
apply()
|
protected void
|
applyPlugins()
|
protected void
|
configure()
|
protected void
|
configureDependencies()
|
protected void
|
configureTask_createExtraFiles()
|
protected void
|
configureTask_scaffold()
|
protected void
|
configureTasks()
|
protected void
|
createConfigurations()
|
protected void
|
createExtensions()
|
protected void
|
createExtraFiles()
|
protected void
|
createVirtualConfigurations()
|
protected boolean
|
extraFilesUpToDate()
|
protected java.lang.String
|
getDefaultVersion()
|
Config
|
getEffectiveConfig()
|
protected java.util.Map
|
getExtraFilesProperties()
|
protected java.util.List
|
getModules()
|
protected java.lang.String
|
getScaffoldResourceDir()
|
java.lang.String
|
getSelectedEclipseMavenGroup()
|
protected void
|
postConfigure()
|
protected void
|
preConfigure()
|
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Field Detail |
|---|
protected static final Logger log
protected final Project project
| Constructor Detail |
|---|
Configurer(Project project)
| Method Detail |
|---|
protected void afterEvaluate(groovy.lang.Closure closure)
final void apply()
protected void applyPlugins()
protected void configure()
protected void configureDependencies()
protected void configureTask_createExtraFiles()
protected void configureTask_scaffold()
protected void configureTasks()
protected void createConfigurations()
protected void createExtensions()
protected void createExtraFiles()
protected void createVirtualConfigurations()
protected boolean extraFilesUpToDate()
protected java.lang.String getDefaultVersion()
Config getEffectiveConfig()
protected java.util.Map getExtraFilesProperties()
protected java.util.List getModules()
protected java.lang.String getScaffoldResourceDir()
java.lang.String getSelectedEclipseMavenGroup()
protected void postConfigure()
protected void preConfigure()
Groovy Documentation