org.apache.maven.doxia.module.xdoc
Class XdocSiteModule

java.lang.Object
  extended byorg.apache.maven.doxia.module.site.AbstractSiteModule
      extended byorg.apache.maven.doxia.module.xdoc.XdocSiteModule
All Implemented Interfaces:
SiteModule

public class XdocSiteModule
extends AbstractSiteModule

Since:
1.0
Version:
$Id: XdocSiteModule.java 562708 2007-08-04 12:32:19Z vsiveton $
Author:
Jason van Zyl
Plexus component:
role:
"org.apache.maven.doxia.module.site.SiteModule"
role-hint:
"xdoc"

Field Summary
 
Fields inherited from interface org.apache.maven.doxia.module.site.SiteModule
ROLE
 
Constructor Summary
XdocSiteModule()
           
 
Method Summary
 String getExtension()
          
 String getParserId()
          
 String getSourceDirectory()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XdocSiteModule

public XdocSiteModule()
Method Detail

getSourceDirectory

public String getSourceDirectory()


getExtension

public String getExtension()


getParserId

public String getParserId()



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.