Interface RETAParser


public interface RETAParser
Author:
BenoƮt Moreau (ben.12)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Parse the source and use manager for add requirements and references found.
    void
    Parse the source and use manager for add requirements and references found.
    Print the requirement source parsed in output and stop parsing when limit is reached.
  • Method Details

    • parseSource

      void parseSource(RequirementSourceManager manager) throws RETAParseException
      Parse the source and use manager for add requirements and references found.
      Parameters:
      manager - requirement source manager
      Throws:
      RETAParseException - Parsing exception
    • parseSourcePreview

      void parseSourcePreview(RequirementSourceManager manager, StringBuilder output, int limit) throws RETAParseException
      Parse the source and use manager for add requirements and references found.
      Print the requirement source parsed in output and stop parsing when limit is reached.
      Parameters:
      manager - requirement source manager
      output - source content parsed
      limit - source limit size to parse
      Throws:
      RETAParseException - Parsing exception