public interface File extends Resource
Modifier and Type | Method and Description |
---|---|
void |
create(InputStream is) |
boolean |
exists() |
InputStream |
getContents() |
String |
getName() |
Path |
getPath() |
void |
setContents(InputStream is) |
String getName()
boolean exists()
InputStream getContents() throws IOException
IOException
void setContents(InputStream is) throws IOException
IOException
void create(InputStream is) throws IOException
IOException
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.