org.apache.maven.doxia.module.site.manager

Interface SiteModuleManager

public interface SiteModuleManager

Handles SiteModule lookups.

Since: 1.0

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

Author: Jason van Zyl

Field Summary
StringROLE
The Plexus lookup role.
Method Summary
SiteModulegetSiteModule(String id)
Returns the SiteModule that corresponds to the given id.
CollectiongetSiteModules()
Returns a collection of SiteModules.

Field Detail

ROLE

public String ROLE
The Plexus lookup role.

Method Detail

getSiteModule

public SiteModule getSiteModule(String id)
Returns the SiteModule that corresponds to the given id.

Parameters: id The identifier.

Returns: The corresponding SiteModule.

Throws: SiteModuleNotFoundException if no SiteModule could be found for the given id.

getSiteModules

public Collection getSiteModules()
Returns a collection of SiteModules.

Returns: The SiteModules.

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