public interface DestinationStorage
| Modifier and Type | Method and Description |
|---|---|
void |
createObject(String path,
String mimeType,
InputStream content,
boolean dryRun) |
Set<String> |
listObjects(String path) |
void createObject(String path, String mimeType, InputStream content, boolean dryRun) throws IOException
IOExceptionCopyright © 2018–2019. All rights reserved.