public interface StorageDescription<K,V>
| Modifier and Type | Method and Description |
|---|---|
StorageReader<K,V> |
createReader(FileObject f,
String mimePath) |
StorageWriter<K,V> |
createWriter(FileObject f,
String mimePath) |
String |
getId() |
String |
getLegacyFileName() |
String |
getMimeType() |
boolean |
isUsingProfiles() |
String getId()
boolean isUsingProfiles()
String getMimeType()
String getLegacyFileName()
StorageReader<K,V> createReader(FileObject f, String mimePath)
StorageWriter<K,V> createWriter(FileObject f, String mimePath)
Built on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.