public interface FileSystem
| Modifier and Type | Method and Description |
|---|---|
void |
createPath(String path) |
boolean |
pathExists(String path) |
void |
saveFile(String fileName,
String content) |
Copyright © 2017–2022 Atlassian. All rights reserved.