Class TempDirectory
- java.lang.Object
-
- com.atlassian.confluence.it.resource.TempDirectory
-
@Deprecated public class TempDirectory extends Object
Deprecated.Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.utils.TempDirectory} alternativeReturns files in a temporary location for integration tests.
-
-
Constructor Summary
Constructors Constructor Description TempDirectory()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FilegetDirectory()Deprecated.Returns the directory at the root of the temporary file location.static FilegetFile(String path)Deprecated.Returns a File where you can store a temporary file with a given path.
-
-
-
Method Detail
-
getDirectory
public static File getDirectory()
Deprecated.Returns the directory at the root of the temporary file location.
-
-