|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object grails.doc.DocPublisher
class DocPublisher
Coordinated the DocEngine the produce documentation based on the gdoc format.
Property Summary | |
---|---|
groovy.util.AntBuilder |
ant
The AntBuilder instance to use |
java.lang.String |
authors
The authors of the documentation |
java.lang.String |
copyright
The copyright message |
java.io.File |
css
The directory containing any CSS to use (will override defaults) * |
java.lang.String |
encoding
The encoding to use (default is UTF-8) |
java.util.Properties |
engineProperties
Properties used to configure the DocEngine |
java.lang.String |
footer
The footer to include |
java.io.File |
images
The directory containing any images to use (will override defaults) * |
java.lang.String |
license
The documentation license |
java.lang.String |
logo
HTML markup that renders the left logo |
java.lang.String |
sponsorLogo
HTML markup that renders the right logo |
java.io.File |
src
The source directory of the documentation |
java.io.File |
style
The directory cotnaining any templates to use (will override defaults) * |
java.lang.String |
subtitle
The subtitle of the documentation |
java.io.File |
target
The target directory to publish to |
java.lang.String |
title
The title of the documentation |
java.lang.String |
version
The version of the documentation |
java.io.File |
workDir
The temporary work directory |
Constructor Summary | |
DocPublisher()
|
|
DocPublisher(java.io.File src, java.io.File target)
|
Method Summary | |
---|---|
java.util.Properties
|
getEngineProperties()
Returns the engine properties. |
protected void
|
initialize()
|
void
|
publish()
|
void
|
setEngineProperties(java.util.Properties p)
Sets the engine properties. |
void
|
writeChapter(groovy.text.Template template, java.lang.String targetDir, java.lang.String title, java.lang.StringBuffer content, java.util.Map vars)
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |
Property Detail |
---|
groovy.util.AntBuilder ant
java.lang.String authors
java.lang.String copyright
java.io.File css
java.lang.String encoding
java.util.Properties engineProperties
java.lang.String footer
java.io.File images
java.lang.String license
java.lang.String logo
java.lang.String sponsorLogo
java.io.File src
java.io.File style
java.lang.String subtitle
java.io.File target
java.lang.String title
java.lang.String version
java.io.File workDir
Constructor Detail |
---|
DocPublisher()
DocPublisher(java.io.File src, java.io.File target)
Method Detail |
---|
java.util.Properties getEngineProperties()
protected void initialize()
void publish()
void setEngineProperties(java.util.Properties p)
void writeChapter(groovy.text.Template template, java.lang.String targetDir, java.lang.String title, java.lang.StringBuffer content, java.util.Map vars)
Groovy Documentation