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
-
Method Summary
Modifier and TypeMethodDescriptionloadResourceAsText
(String resourcePath) loadStoryAsText
(String storyPath) protected InputStream
resourceAsStream
(String resourcePath)
-
Constructor Details
-
LoadFromURL
public LoadFromURL() -
LoadFromURL
-
-
Method Details
-
loadResourceAsText
- Specified by:
loadResourceAsText
in interfaceResourceLoader
-
loadStoryAsText
- Specified by:
loadStoryAsText
in interfaceStoryLoader
-
resourceAsStream
- Throws:
IOException
-