class DocPublisherTask extends Task
An ant task for using the DocEngine.
| Type | Name and description |
|---|---|
DocPublisher |
publisher |
| Properties inherited from class | Properties |
|---|---|
class Task |
hasMany, id, mapping, name, task, tasks, version |
| Constructor and description |
|---|
DocPublisherTask() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
execute() |
|
void |
setCssDir(java.io.File cssDir)The directory of the css templates (optional) |
|
void |
setDest(java.io.File dest)The documentation publishing destination |
|
void |
setEncoding(java.lang.String encoding)The encoding to use (default is UTF-8) |
|
void |
setImagesDir(java.io.File imagesDir)The directory of the images (optional) |
|
void |
setProperties(java.io.File propsFile)A properties file containing the title, author etc. |
|
void |
setProperties(java.util.Properties props)A properties containing the title, author etc. |
|
void |
setSrc(java.io.File src)The documentation source location |
|
void |
setStyleDir(java.io.File styleDir)The directory of the style templates (optional) |
|
void |
setWorkDir(java.io.File workDir)The temporary directory to use (optional) |
The directory of the css templates (optional)
The documentation publishing destination
The encoding to use (default is UTF-8)
The directory of the images (optional)
A properties file containing the title, author etc.
A properties containing the title, author etc.
The documentation source location
The directory of the style templates (optional)
The temporary directory to use (optional)