net.thucydides.core.steps
Class FilePathParser

Package class diagram package FilePathParser
java.lang.Object
  extended by net.thucydides.core.steps.FilePathParser

public class FilePathParser
extends Object

Builds a file path by substituting environment variables. Supported environment variables include $HOME, $USERDIR and $DATADIR. $DATADIR is provided by setting the thucydides.data.dir environment property.


Constructor Summary
FilePathParser(EnvironmentVariables environmentVariables)
           
 
Method Summary
protected  String getFileSeparator()
           
protected  String getFileSeparatorToReplace()
           
 String getInstanciatedPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePathParser

public FilePathParser(EnvironmentVariables environmentVariables)
Method Detail

getInstanciatedPath

public String getInstanciatedPath(String path)

getFileSeparator

protected String getFileSeparator()

getFileSeparatorToReplace

protected String getFileSeparatorToReplace()


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.