|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.module.site.AbstractSiteModule
public abstract class AbstractSiteModule
An abstract base class that implements the SiteModule interface.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.doxia.module.site.SiteModule |
|---|
ROLE |
| Constructor Summary | |
|---|---|
|
AbstractSiteModule()
Constructor with null. |
protected |
AbstractSiteModule(String sourceDirectory,
String extension,
String parserId)
|
| Method Summary | |
|---|---|
String |
getExtension()
Returns the default file extension for a given module. |
String |
getParserId()
Returns the parser id for a given module. |
String |
getSourceDirectory()
Returns the directory that contains source files for a given module. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractSiteModule()
protected AbstractSiteModule(String sourceDirectory,
String extension,
String parserId)
sourceDirectory - not nullextension - not nullparserId - not null| Method Detail |
|---|
public String getSourceDirectory()
getSourceDirectory in interface SiteModulepublic String getExtension()
getExtension in interface SiteModulepublic String getParserId()
getParserId in interface SiteModule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||