|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DocumentationAwareModule
| Method Summary | |
|---|---|
java.lang.String |
getDocsDir()
The subdirectory in the web application where the documentation will be put. |
java.lang.String |
getIndexPageName()
The name of the index page. |
java.lang.String |
getTitle()
The title of the documentation. |
void |
setDocsDir(java.lang.String docsDir)
The subdirectory in the web application where the documentation will be put. |
void |
setIndexPageName(java.lang.String indexPageName)
The name of the index page. |
void |
setTitle(java.lang.String title)
The title of the documentation. |
| Methods inherited from interface org.codehaus.enunciate.modules.ProjectTitleAware |
|---|
setTitleConditionally |
| Methods inherited from interface org.codehaus.enunciate.modules.DeploymentModule |
|---|
close, getAliases, getConfigurationRules, getName, getOrder, getValidator, init, isDisabled, step |
| Method Detail |
|---|
java.lang.String getTitle()
void setTitle(java.lang.String title)
title - The title of the documentation.java.lang.String getDocsDir()
void setDocsDir(java.lang.String docsDir)
docsDir - The subdirectory in the web application where the documentation will be put.java.lang.String getIndexPageName()
void setIndexPageName(java.lang.String indexPageName)
indexPageName - The name of the index page.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||