public class LocalFileSystem extends Object implements FileSystem
| Constructor and Description |
|---|
LocalFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
createPath(String path) |
boolean |
pathExists(String path) |
void |
saveFile(String fileName,
String content) |
public boolean pathExists(String path)
pathExists in interface FileSystempublic void saveFile(String fileName, String content) throws IOException
saveFile in interface FileSystemIOExceptionpublic void createPath(String path)
createPath in interface FileSystemCopyright © 2017–2022 Atlassian. All rights reserved.