public abstract class AbstractFilePersistentObjectRepository extends AbstractFileRepository implements org.apache.avalon.cornerstone.services.store.ObjectRepository
BYTE_MASK, DEBUG, HANDLED_URL, HEX_DIGITS, m_baseDirectory, m_destination, m_extension, m_filter, m_name, m_path, monitor| Constructor and Description |
|---|
AbstractFilePersistentObjectRepository() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.String key)
Get the object associated to the given unique key.
|
java.lang.Object |
get(java.lang.String key,
java.lang.ClassLoader classLoader) |
protected java.lang.String |
getExtensionDecorator() |
void |
put(java.lang.String key,
java.lang.Object value)
Store the given object and associates it to the given key
|
containsKey, createChildRepository, decode, encode, getChildRepository, getFile, getInputStream, getOutputStream, initializeChild, list, remove, setDestinationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AbstractFilePersistentObjectRepository()
public java.lang.Object get(java.lang.String key)
get in interface org.apache.avalon.cornerstone.services.store.ObjectRepositorypublic java.lang.Object get(java.lang.String key,
java.lang.ClassLoader classLoader)
get in interface org.apache.avalon.cornerstone.services.store.ObjectRepositorypublic void put(java.lang.String key,
java.lang.Object value)
put in interface org.apache.avalon.cornerstone.services.store.ObjectRepositoryprotected java.lang.String getExtensionDecorator()
getExtensionDecorator in class AbstractFileRepository