org.apache.james.mailrepository.filepair |
|
Java Source File Name | Type | Comment |
AbstractFileRepository.java | Class | This an abstract class implementing functionality for creating a file-store. |
File_Persistent_Object_Repository.java | Class | This is a simple implementation of persistent object store using
object serialization on the file system. |
File_Persistent_Stream_Repository.java | Class | Implementation of a StreamRepository to a File.
TODO: -retieve(String key) should return a FilterInputStream to allow
mark and reset methods. |
NumberedRepositoryFileFilter.java | Class | This filters files based on the extension and is tailored to provide
backwards compatibility of the numbered repositories that Avalon does. |
RepositoryManager.java | Class | |