public interface ProjectWriter extends Closeable
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String path) |
byte[] |
getContent(String path) |
default boolean |
init() |
String |
mkdirs(String path) |
void |
write(String path,
String content) |
default boolean init()
void write(String path, String content) throws IOException
IOExceptionbyte[] getContent(String path) throws IOException
IOExceptionString mkdirs(String path) throws IOException
IOExceptionboolean exists(String path)
Copyright © 2019 JBoss by Red Hat. All rights reserved.