public class ForwardingDestinationStorage extends Object implements DestinationStorage
| Modifier | Constructor and Description |
|---|---|
protected |
ForwardingDestinationStorage(DestinationStorage delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
createObject(String path,
String mimeType,
InputStream content,
boolean dryRun) |
Set<String> |
listObjects(String path) |
protected ForwardingDestinationStorage(DestinationStorage delegate)
public void createObject(String path, String mimeType, InputStream content, boolean dryRun) throws IOException
createObject in interface DestinationStorageIOExceptionpublic Set<String> listObjects(String path)
listObjects in interface DestinationStorageCopyright © 2018–2019. All rights reserved.