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

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

Uses of PathCalculator in org.jbehave.core.configuration
 

Methods in org.jbehave.core.configuration that return PathCalculator
 PathCalculator Configuration.pathCalculator()
           
 

Methods in org.jbehave.core.configuration with parameters of type PathCalculator
 Configuration Configuration.usePathCalculator(PathCalculator pathCalculator)
           
 

Uses of PathCalculator in org.jbehave.core.io
 

Classes in org.jbehave.core.io that implement PathCalculator
 class AbsolutePathCalculator
          PathCalculator that returns the path provided
 class RelativePathCalculator
          PathCalculator that finds given stories relative to the current story.
 



Copyright © 2003-2012. All Rights Reserved.