public class FileSystem extends Object
| Constructor | Description |
|---|---|
FileSystem() |
| Modifier and Type | Method | Description |
|---|---|---|
Path |
createTempFileWithText(String key,
String text) |
|
void |
deleteFileIfExists(Path path) |
public Path createTempFileWithText(String key, String text) throws IOException
IOExceptionpublic void deleteFileIfExists(Path path)
Copyright © 2018. All rights reserved.