org.jbehave.core.io
Class RelativePathCalculator

java.lang.Object
  extended by org.jbehave.core.io.RelativePathCalculator
All Implemented Interfaces:
PathCalculator

public class RelativePathCalculator
extends Object
implements PathCalculator

PathCalculator that finds given stories relative to the current story.


Constructor Summary
RelativePathCalculator()
           
 
Method Summary
 String calculate(String root, String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelativePathCalculator

public RelativePathCalculator()
Method Detail

calculate

public String calculate(String root,
                        String path)
Specified by:
calculate in interface PathCalculator


Copyright © 2003-2012. All Rights Reserved.