org.jbehave.core.parser
Class URLStoryDefiner
java.lang.Object
org.jbehave.core.parser.URLStoryDefiner
- All Implemented Interfaces:
- StoryDefiner
public class URLStoryDefiner
- extends Object
- implements StoryDefiner
Defines stories by loading the content from URL resources and passing it
to the StoryParser
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLStoryDefiner
public URLStoryDefiner()
URLStoryDefiner
public URLStoryDefiner(StoryParser parser)
URLStoryDefiner
public URLStoryDefiner(StoryParser parser,
URLStoryDefiner.URLStoryLoader storyLoader)
defineStory
public Story defineStory(String storyPath)
- Specified by:
defineStory
in interface StoryDefiner
Copyright © 2003-2010. All Rights Reserved.