Interface ParserManager

All Known Implementing Classes:
DefaultParserManager

public interface ParserManager
Handles parser lookups.
Since:
1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The Plexus lookup role.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the parser that corresponds to the given id.
  • Field Details

    • ROLE

      static final String ROLE
      The Plexus lookup role.
  • Method Details