org.apache.maven.doxia.module.site.manager
public interface SiteModuleManager
Since: 1.0
Version: $Id: SiteModuleManager.java 562704 2007-08-04 12:20:40Z vsiveton $
Field Summary | |
---|---|
String | ROLE The Plexus lookup role. |
Method Summary | |
---|---|
SiteModule | getSiteModule(String id)
Returns the SiteModule that corresponds to the given id.
|
Collection | getSiteModules()
Returns a collection of SiteModules.
|
Parameters: id The identifier.
Returns: The corresponding SiteModule.
Throws: SiteModuleNotFoundException if no SiteModule could be found for the given id.
Returns: The SiteModules.