Package | Description |
---|---|
org.apache.james.repository.file |
Modifier and Type | Class and Description |
---|---|
class |
FilePersistentObjectRepository
This is a simple implementation of persistent object store using object
serialization on the file system.
|
class |
FilePersistentStreamRepository
Implementation of a StreamRepository to a File.
TODO: -retieve(String key) should return a FilterInputStream to allow mark and reset methods. |
Modifier and Type | Method and Description |
---|---|
protected AbstractFileRepository |
AbstractFileRepository.createChildRepository()
Return a new instance of this class
|
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.