public class FilePersistentObjectRepository extends AbstractFileRepository implements ObjectRepository
BYTE_MASK, DEBUG, HEX_DIGITS, m_baseDirectory, m_extension, m_filter, m_name
Constructor and Description |
---|
FilePersistentObjectRepository() |
Modifier and Type | Method and Description |
---|---|
Object |
get(String key) |
Object |
get(String key,
ClassLoader classLoader) |
protected String |
getExtensionDecorator() |
void |
put(String key,
Object value) |
configure, containsKey, createChildRepository, decode, encode, getChildRepository, getFile, getInputStream, getLogger, getOutputStream, init, list, remove, setDestination, setFileSystem, setLog
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
containsKey, list, remove
getChildRepository
protected String getExtensionDecorator()
getExtensionDecorator
in class AbstractFileRepository
AbstractFileRepository.getExtensionDecorator()
public Object get(String key)
get
in interface ObjectRepository
ObjectRepository.get(java.lang.String)
public Object get(String key, ClassLoader classLoader)
get
in interface ObjectRepository
ObjectRepository.get(java.lang.String,
java.lang.ClassLoader)
public void put(String key, Object value)
put
in interface ObjectRepository
ObjectRepository.put(java.lang.String,
java.lang.Object)
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.