public class TempDirectory extends File
pathSeparator, pathSeparatorChar, separator, separatorChar| Constructor and Description |
|---|
TempDirectory(Object client) |
TempDirectory(String baseTempDirectoryName) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAll() |
TempDirectory |
mkdir(String name) |
File |
mkfile(String name) |
File |
mkfile(String name,
byte[] contents) |
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toString, toURI, toURLpublic TempDirectory(Object client) throws IOException
IOExceptionpublic TempDirectory(String baseTempDirectoryName) throws IOException
IOExceptionpublic void deleteAll()
throws IOException
IOExceptionpublic TempDirectory mkdir(String name) throws IOException
IOExceptionpublic File mkfile(String name) throws IOException
IOExceptionpublic File mkfile(String name, byte[] contents) throws IOException
IOExceptionCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.