Class TransformingStoryParser

    • Method Detail

      • parseStory

        public Story parseStory​(String storyAsText)
        Description copied from interface: StoryParser
        Parses story from its textual representation
        Specified by:
        parseStory in interface StoryParser
        Parameters:
        storyAsText - the textual representation
        Returns:
        The Story
      • parseStory

        public Story parseStory​(String storyAsText,
                                String storyPath)
        Description copied from interface: StoryParser
        Parses story from its textual representation and (optional) story path
        Specified by:
        parseStory in interface StoryParser
        Parameters:
        storyAsText - the textual representation
        storyPath - the story path, may be null
        Returns:
        The Story