public class FSAssetStore extends edu.uiuc.ncsa.security.storage.FileStore<Asset> implements AssetStore
Created by Jeff Gaynor
on 1/28/13 at 1:14 PM
| Constructor and Description |
|---|
FSAssetStore(File storeDirectory,
File indexDirectory,
edu.uiuc.ncsa.security.core.IdentifiableProvider identifiableProvider,
edu.uiuc.ncsa.security.storage.data.MapConverter converter) |
FSAssetStore(File file,
edu.uiuc.ncsa.security.core.IdentifiableProvider idp,
edu.uiuc.ncsa.security.storage.data.MapConverter cp) |
| Modifier and Type | Method and Description |
|---|---|
Asset |
get(String identifier)
Simplifying calls.
|
void |
save(String identifier,
Asset identifiable) |
checkPermissions, clear, containsKey, containsValue, create, createIndexEntry, delete, entrySet, get, getIndexEntry, getItemFile, getItemFile, keySet, loadByIdentifier, loadFile, loadFromIndex, putAll, realRemove, realSave, register, remove, removeIndexEntry, save, size, toString, update, valuescreateIndexEntry, getCreatedItems, hashString, hexEncode, isEmpty, loadStream, objectDeserialize, put, put, serializeObjectpublic FSAssetStore(File file, edu.uiuc.ncsa.security.core.IdentifiableProvider idp, edu.uiuc.ncsa.security.storage.data.MapConverter cp)
public Asset get(String identifier)
AssetStoreget in interface AssetStorepublic void save(String identifier, Asset identifiable)
save in interface AssetStoreCopyright © 2014. All Rights Reserved.