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