|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.it.resource.TempDirectory
public class TempDirectory
Returns files in a temporary location for integration tests.
Constructor Summary | |
---|---|
TempDirectory()
|
Method Summary | |
---|---|
static java.io.File |
getDirectory()
Returns the directory at the root of the temporary file location. |
static java.io.File |
getFile(java.lang.String path)
Returns a File where you can store a temporary file with a given path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TempDirectory()
Method Detail |
---|
public static java.io.File getDirectory()
public static java.io.File getFile(java.lang.String path)
path
- the path of the file to return, relative to the temporary directory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |