public class TempDirectory extends Object
| Constructor | Description |
|---|---|
TempDirectory() |
|
TempDirectory(String name) |
| Modifier and Type | Method | Description |
|---|---|---|
Path |
create(String name) |
|
Path |
createFile(String name,
String contents) |
|
Path |
createIfNotExists(String name) |
|
void |
destroy() |
public TempDirectory()
public TempDirectory(String name)