|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.doxia.module.site.manager.DefaultSiteModuleManager
public class DefaultSiteModuleManager
Simple implementation of the SiteModuleManager interface.
Field Summary |
---|
Fields inherited from interface org.apache.maven.doxia.module.site.manager.SiteModuleManager |
---|
ROLE |
Constructor Summary | |
---|---|
DefaultSiteModuleManager()
|
Method Summary | |
---|---|
SiteModule |
getSiteModule(java.lang.String id)
Returns the SiteModule that corresponds to the given id. |
java.util.Collection |
getSiteModules()
Returns a collection of SiteModules. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultSiteModuleManager()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |