org.apache.maven.doxia.parser.manager

Interface ParserManager

public interface ParserManager

Handles parser lookups.

Since: 1.0

Version: $Id: ParserManager.java 567311 2007-08-18 18:30:54Z vsiveton $

Author: Jason van Zyl

Field Summary
StringROLE
The Plexus lookup role.
Method Summary
ParsergetParser(String id)
Returns the parser that corresponds to the given id.

Field Detail

ROLE

public String ROLE
The Plexus lookup role.

Method Detail

getParser

public Parser getParser(String id)
Returns the parser that corresponds to the given id.

Parameters: id The identifier.

Returns: The corresponding parser.

Throws: ParserNotFoundException if no parser could be found for the given id.

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