|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface ResourceCopier
| Method Summary | |
|---|---|
void
|
cleanControllers()
Cleans out controllers replacing them with new ones |
void
|
copyGrailsApp()
Copies the whole grails-app replacing any changes |
void
|
copyResourceBundles()
Copies the resource bundles. |
void
|
copyViews(boolean shouldOverwrite)
Copies only the views |
void
|
copyViews()
Copies only the views. |
void
|
generateWebXml()
Re-generates the web.xml file |
void
|
setBasedir(java.lang.String basedir)
The basedir to copy from (defaults to ".") |
void
|
setDestdir(java.lang.String destdir)
The destdir to copy destdir (defaults to "./tmp/war") |
| Method Detail |
|---|
public void cleanControllers()
public void copyGrailsApp()
public void copyResourceBundles()
public void copyViews(boolean shouldOverwrite)
shouldOverwrite - Whether the views should be overwritten
public void copyViews()
public void generateWebXml()
public void setBasedir(java.lang.String basedir)
public void setDestdir(java.lang.String destdir)
Groovy Documentation