public class PrefixedDestinationStorage extends Object implements DestinationStorage
| Modifier and Type | Method and Description |
|---|---|
void |
createObject(String path,
String mimeType,
InputStream content,
boolean dryRun) |
static DestinationStorage |
decorate(DestinationStorage storage,
String prefix) |
DestinationStorage |
getDelegate() |
String |
getPrefix() |
Set<String> |
listObjects(String path) |
public static DestinationStorage decorate(DestinationStorage storage, @Nullable String prefix)
public void createObject(String path, String mimeType, InputStream content, boolean dryRun) throws IOException
createObject in interface DestinationStorageIOExceptionpublic DestinationStorage getDelegate()
public String getPrefix()
public Set<String> listObjects(String path)
listObjects in interface DestinationStorageCopyright © 2018–2019. All rights reserved.