public interface VirtualFile
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
readLines() |
void |
writeLines(Iterable<String> lines) |
void |
writeProperties(Properties properties,
String comment) |
Collection<String> readLines() throws IOException
IOExceptionvoid writeLines(Iterable<String> lines) throws IOException
IOExceptionvoid writeProperties(Properties properties, String comment) throws IOException
IOExceptionCopyright © 2019 Atlassian. All rights reserved.