org.jbehave.core.io
Class AbsolutePathCalculator

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

public class AbsolutePathCalculator
extends Object
implements PathCalculator

PathCalculator that returns the path provided


Constructor Summary
AbsolutePathCalculator()
           
 
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

AbsolutePathCalculator

public AbsolutePathCalculator()
Method Detail

calculate

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


Copyright © 2003-2011. All Rights Reserved.