org.apache.maven.doxia.module.markdown
Class MarkdownSiteModule

java.lang.Object
  extended by org.apache.maven.doxia.module.site.AbstractSiteModule
      extended by org.apache.maven.doxia.module.markdown.MarkdownSiteModule
All Implemented Interfaces:
SiteModule

public class MarkdownSiteModule
extends AbstractSiteModule

SiteModule for Markdown.

Since:
1.3
Author:
Julien Nicoulaud
Plexus component:
role:
"org.apache.maven.doxia.module.site.SiteModule"
role-hint:
"markdown"

Field Summary
static String FILE_EXTENSION
          The extension for Markdown files.
static String SOURCE_DIRECTORY
          The source directory for Markdown files.
 
Fields inherited from interface org.apache.maven.doxia.module.site.SiteModule
ROLE
 
Constructor Summary
MarkdownSiteModule()
          Build a new instance of MarkdownSiteModule.
 
Method Summary
 
Methods inherited from class org.apache.maven.doxia.module.site.AbstractSiteModule
getExtension, getParserId, getSourceDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCE_DIRECTORY

public static final String SOURCE_DIRECTORY
The source directory for Markdown files.

See Also:
Constant Field Values

FILE_EXTENSION

public static final String FILE_EXTENSION
The extension for Markdown files.

See Also:
Constant Field Values
Constructor Detail

MarkdownSiteModule

public MarkdownSiteModule()
Build a new instance of MarkdownSiteModule.



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