public interface SiteModuleManager
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ROLE
The Plexus lookup role.
|
Modifier and Type | Method and Description |
---|---|
SiteModule |
getSiteModule(java.lang.String id)
Returns the SiteModule that corresponds to the given id.
|
java.util.Collection<SiteModule> |
getSiteModules()
Returns a collection of SiteModules.
|
java.util.Collection<SiteModule> getSiteModules()
SiteModule getSiteModule(java.lang.String id) throws SiteModuleNotFoundException
id
- The identifier.SiteModuleNotFoundException
- if no SiteModule could be found
for the given id.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.