org.apache.maven.doxia.module.site

Interface SiteModule

public interface SiteModule

Provides definitions for a Doxia module. This is used by the doxia site tools.

Since: 1.0

Version: $Id: SiteModule.java 562704 2007-08-04 12:20:40Z vsiveton $

Author: Jason van Zyl

Field Summary
StringROLE
The Plexus lookup role.
Method Summary
StringgetExtension()
Returns the default file extension for a given module.
StringgetParserId()
Returns the parser id for a given module.
StringgetSourceDirectory()
Returns the directory that contains source files for a given module.

Field Detail

ROLE

public String ROLE
The Plexus lookup role.

Method Detail

getExtension

public String getExtension()
Returns the default file extension for a given module.

Returns: The default file extension.

getParserId

public String getParserId()
Returns the parser id for a given module.

Returns: The parser id.

getSourceDirectory

public String getSourceDirectory()
Returns the directory that contains source files for a given module.

Returns: The source directory.

Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.