class ExtraDoxiaModuleReference
extends Object
Holds an extra Doxia source module reference in the list of added modules to the site rendering context.
-
-
Constructor Summary
Constructors
-
Method Summary
Getter for the field basedir
.
Getter for the field parserId
.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
basedir
private final File basedir
-
Constructor Details
-
ExtraDoxiaModuleReference
ExtraDoxiaModuleReference(String parserId,
File basedir)
-
Method Details
-
getParserId
Getter for the field parserId
.
- Returns:
- Doxia parser id associated to this source module.
-
getBasedir
Getter for the field basedir
.
- Returns:
- The base directory for module's source files.