Uses of Interface
org.jbehave.core.io.StoryLoader

Packages that use StoryLoader
org.jbehave.core.configuration   
org.jbehave.core.io   
 

Uses of StoryLoader in org.jbehave.core.configuration
 

Methods in org.jbehave.core.configuration that return StoryLoader
 StoryLoader UnmodifiableConfiguration.storyLoader()
           
 StoryLoader Configuration.storyLoader()
           
 

Methods in org.jbehave.core.configuration with parameters of type StoryLoader
 Configuration UnmodifiableConfiguration.useStoryLoader(StoryLoader storyLoader)
           
 Configuration Configuration.useStoryLoader(StoryLoader storyLoader)
           
 

Uses of StoryLoader in org.jbehave.core.io
 

Classes in org.jbehave.core.io that implement StoryLoader
 class LoadFromClasspath
          Loads story resources from classpath.
 class LoadFromRelativeFile
          Loads story resources from relative file paths that are traversal to a given location.
 class LoadFromURL
          Loads story resources from URLs
 



Copyright © 2003-2011. All Rights Reserved.