Class WikiTextMarkupParser

java.lang.Object
org.korosoft.jenkins.plugin.rtp.parser.WikiTextMarkupParser
All Implemented Interfaces:
MarkupParser

public class WikiTextMarkupParser extends Object implements MarkupParser
WikiText markup parser
Since:
1.0
Author:
Dmitry Korotkov
  • Constructor Details

    • WikiTextMarkupParser

      public WikiTextMarkupParser()
  • Method Details

    • parse

      public String parse(String markupText)
      Description copied from interface: MarkupParser
      Method parse is converts specified markup test to an abstract of HTML.
      Specified by:
      parse in interface MarkupParser
      Parameters:
      markupText - Text to convert to HTML.
      Returns:
      HTML text.
    • getName

      public String getName()
      Description copied from interface: MarkupParser
      Method getName should return parser language name.
      Specified by:
      getName in interface MarkupParser
      Returns:
      language name