Class SessionLocalTempDirectory
java.lang.Object
net.thucydides.core.configuration.SessionLocalTempDirectory
public class SessionLocalTempDirectory
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description SessionLocalTempDirectory()
-
Method Summary
Modifier and Type Method Description static java.lang.String
asACanonicalPathForTheCurrentSession()
static java.nio.file.Path
forTheCurrentSession()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SessionLocalTempDirectory
public SessionLocalTempDirectory()
-
-
Method Details
-
forTheCurrentSession
public static java.nio.file.Path forTheCurrentSession() -
asACanonicalPathForTheCurrentSession
public static java.lang.String asACanonicalPathForTheCurrentSession()
-