Class ExtraDoxiaModuleReference

java.lang.Object
org.apache.maven.doxia.siterenderer.ExtraDoxiaModuleReference

class ExtraDoxiaModuleReference extends Object
Holds an extra Doxia source module reference in the list of added modules to the site rendering context.
  • Field Details

    • parserId

      private final String parserId
    • basedir

      private final File basedir
  • Constructor Details

    • ExtraDoxiaModuleReference

      ExtraDoxiaModuleReference(String parserId, File basedir)
  • Method Details

    • getParserId

      String getParserId()

      Getter for the field parserId.

      Returns:
      Doxia parser id associated to this source module.
    • getBasedir

      File getBasedir()

      Getter for the field basedir.

      Returns:
      The base directory for module's source files.