|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoryParser
Parses the stories contained in a story from a textual representation.
Method Summary | |
---|---|
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 |
Method Detail |
---|
Story parseStory(java.lang.String storyAsText)
storyAsText
- the textual representation
Story parseStory(java.lang.String storyAsText, java.lang.String storyPath)
storyAsText
- the textual representationstoryPath
- the story path, may be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |