public interface ResourceStore
Modifier and Type | Method and Description |
---|---|
boolean |
exists(String name) |
byte[] |
getBytes(String name) |
String |
getLocation()
A string that uniquely identify the location of that store.
|
InputStream |
getStream(String name) |
URL |
getURL(String name) |
long |
lastModified(String name) |
void |
put(String name,
byte[] data) |
void |
put(String name,
InputStream data) |
void |
remove(String name) |
void put(String name, InputStream data) throws IOException
IOException
void put(String name, byte[] data) throws IOException
IOException
InputStream getStream(String name)
long lastModified(String name)
String getLocation()
Copyright © 2016 Nuxeo SA. All rights reserved.