public class File_Persistent_Object_Repository extends AbstractFilePersistentObjectRepository implements org.apache.avalon.cornerstone.services.store.ObjectRepository, org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.logger.LogEnabled
BYTE_MASK, DEBUG, HANDLED_URL, HEX_DIGITS, m_baseDirectory, m_destination, m_extension, m_filter, m_name, m_path, monitor| Constructor and Description |
|---|
File_Persistent_Object_Repository() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.avalon.framework.configuration.Configuration configuration)
Configuration of the component by the container.
|
void |
contextualize(org.apache.avalon.framework.context.Context context)
Contextualization of the component by the container during
which the working home directory will be provided.
|
void |
enableLogging(org.apache.avalon.framework.logger.Logger logger) |
void |
initialize()
Initialization of the component by the container.
|
protected void |
initializeChild(AbstractFileRepository child) |
get, get, getExtensionDecorator, putcontainsKey, createChildRepository, decode, encode, getChildRepository, getFile, getInputStream, getOutputStream, list, remove, setDestinationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void enableLogging(org.apache.avalon.framework.logger.Logger logger)
enableLogging in interface org.apache.avalon.framework.logger.LogEnabledprotected void initializeChild(AbstractFileRepository child) throws java.lang.Exception
initializeChild in class AbstractFileRepositoryjava.lang.Exceptionpublic void contextualize(org.apache.avalon.framework.context.Context context)
throws org.apache.avalon.framework.context.ContextException
contextualize in interface org.apache.avalon.framework.context.Contextualizablecontext - the supplied context objectorg.apache.avalon.framework.context.ContextExceptionpublic void initialize()
throws java.lang.Exception
initialize in interface org.apache.avalon.framework.activity.Initializablejava.lang.Exception - if a initialization stage error occurspublic void configure(org.apache.avalon.framework.configuration.Configuration configuration)
throws org.apache.avalon.framework.configuration.ConfigurationException
configure in interface org.apache.avalon.framework.configuration.Configurableconfiguration - the configurationorg.apache.avalon.framework.configuration.ConfigurationException - if a configuration error occurs