Class ALMTestStepParser

  • All Implemented Interfaces:
    step.repositories.parser.StepParser<ALMTestStep>

    public class ALMTestStepParser
    extends java.lang.Object
    implements step.repositories.parser.StepParser<ALMTestStep>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getParserScoreForStep​(step.repositories.parser.AbstractStep step)  
      void parseStep​(step.repositories.parser.ParsingContext parsingContext, ALMTestStep step)  
      • Methods inherited from class java.lang.Object

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

      • ALMTestStepParser

        public ALMTestStepParser()
    • Method Detail

      • getParserScoreForStep

        public int getParserScoreForStep​(step.repositories.parser.AbstractStep step)
        Specified by:
        getParserScoreForStep in interface step.repositories.parser.StepParser<ALMTestStep>
      • parseStep

        public void parseStep​(step.repositories.parser.ParsingContext parsingContext,
                              ALMTestStep step)
        Specified by:
        parseStep in interface step.repositories.parser.StepParser<ALMTestStep>