Class DefaultParserManager

  • All Implemented Interfaces:
    ParserManager

    @Component(role=ParserManager.class)
    public class DefaultParserManager
    extends java.lang.Object
    implements ParserManager
    Simple implementation of the ParserManager interface.
    Since:
    1.0
    Version:
    $Id$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.String,​Parser> parsers  
      • Fields inherited from interface org.apache.maven.doxia.parser.manager.ParserManager

        ROLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Parser getParser​(java.lang.String id)
      Returns the parser that corresponds to the given id.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parsers

        @Requirement(role=Parser.class)
        private java.util.Map<java.lang.String,​Parser> parsers
    • Constructor Detail

      • DefaultParserManager

        public DefaultParserManager()