public interface StoryParser
Parses the stories contained in a story from a textual representation.
| Modifier and Type | Method and Description |
|---|---|
Story |
parseStory(java.lang.String storyAsText)
Parses story from its textual representation
|
Story |
parseStory(java.lang.String storyAsText,
java.lang.String storyPath)
Parses story from its textual representation and (optional) story path
|
Story parseStory(java.lang.String storyAsText)
storyAsText - the textual representationStory parseStory(java.lang.String storyAsText, java.lang.String storyPath)
storyAsText - the textual representationstoryPath - the story path, may be nullCopyright © 2003-2014. All Rights Reserved.