|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
org.apache.avalon.cornerstone.blocks.masterstore.AbstractFilePersistentObjectRepository
public abstract class AbstractFilePersistentObjectRepository
Field Summary |
---|
Fields inherited from class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository |
---|
BYTE_MASK, DEBUG, HANDLED_URL, HEX_DIGITS, m_baseDirectory, m_destination, m_extension, m_filter, m_name, m_path, monitor |
Constructor Summary | |
---|---|
AbstractFilePersistentObjectRepository()
|
Method Summary | |
---|---|
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 |
Methods inherited from class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository |
---|
containsKey, createChildRepository, decode, encode, getChildRepository, getFile, getInputStream, getOutputStream, initializeChild, list, remove, setDestination |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.avalon.cornerstone.services.store.ObjectRepository |
---|
containsKey, list, remove |
Methods inherited from interface org.apache.avalon.cornerstone.services.store.Repository |
---|
getChildRepository |
Constructor Detail |
---|
public AbstractFilePersistentObjectRepository()
Method Detail |
---|
public java.lang.Object get(java.lang.String key)
get
in interface ObjectRepository
public java.lang.Object get(java.lang.String key, java.lang.ClassLoader classLoader)
get
in interface ObjectRepository
public void put(java.lang.String key, java.lang.Object value)
put
in interface ObjectRepository
protected java.lang.String getExtensionDecorator()
getExtensionDecorator
in class AbstractFileRepository
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |