Interface StoryParser

    • Method Summary

      Modifier and Type Method Description
      Story parseStory​(String storyAsText)
      Parses story from its textual representation
      Story parseStory​(String storyAsText, String storyPath)
      Parses story from its textual representation and (optional) story path
    • Method Detail

      • parseStory

        Story parseStory​(String storyAsText)
        Parses story from its textual representation
        Parameters:
        storyAsText - the textual representation
        Returns:
        The Story
      • parseStory

        Story parseStory​(String storyAsText,
                         String storyPath)
        Parses story from its textual representation and (optional) story path
        Parameters:
        storyAsText - the textual representation
        storyPath - the story path, may be null
        Returns:
        The Story
        Since:
        2.4