public class TestTempFileSystem extends Object
| Constructor and Description |
|---|
TestTempFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
Path |
createTempDirectory(String fullDirectoryName) |
Path |
createTempFile(String fullFileName) |
void |
deleteFile(Path path) |
File |
getFile(Path path) |
void |
tearDown() |
public Path createTempFile(String fullFileName) throws IOException
IOExceptionpublic Path createTempDirectory(String fullDirectoryName) throws IOException
IOExceptionpublic void deleteFile(Path path)
public void tearDown()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.