org.apache.maven.doxia.module.site.manager
public class DefaultSiteModuleManager extends java.lang.Object implements SiteModuleManager
ROLE
Constructor and Description |
---|
DefaultSiteModuleManager() |
Modifier and Type | Method and Description |
---|---|
SiteModule |
getSiteModule(java.lang.String id)
Returns the SiteModule that corresponds to the given id.
|
java.util.Collection |
getSiteModules()
Returns a collection of SiteModules.
|
public java.util.Collection getSiteModules()
getSiteModules
in interface SiteModuleManager
public SiteModule getSiteModule(java.lang.String id) throws SiteModuleNotFoundException
getSiteModule
in interface SiteModuleManager
id
- The identifier.SiteModuleNotFoundException
- if no SiteModule could be found
for the given id.Copyright © 2005-2014. All Rights Reserved.