public interface StoryParser
Parses the stories contained in a story from a textual representation.
Modifier and Type | Method and 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
|
Copyright © 2003–2016. All rights reserved.