net.thucydides.core.steps
Class FilePathParser
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilePathParser
public FilePathParser(EnvironmentVariables environmentVariables)
getInstanciatedPath
public String getInstanciatedPath(String path)
getFileSeparator
protected String getFileSeparator()
getFileSeparatorToReplace
protected String getFileSeparatorToReplace()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.