Package org.jbehave.core.io
Class LoadFromURL
java.lang.Object
org.jbehave.core.io.LoadFromURL
- All Implemented Interfaces:
ResourceLoader,StoryLoader
Loads story resources from URL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadResourceAsText(String resourcePath) loadStoryAsText(String storyPath) protected InputStreamresourceAsStream(String resourcePath)
-
Constructor Details
-
LoadFromURL
public LoadFromURL() -
LoadFromURL
-
-
Method Details
-
loadResourceAsText
- Specified by:
loadResourceAsTextin interfaceResourceLoader
-
loadStoryAsText
- Specified by:
loadStoryAsTextin interfaceStoryLoader
-
resourceAsStream
- Throws:
IOException
-