| Package | Description | 
|---|---|
| org.apache.james.repository.api | |
| org.apache.james.repository.file | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ObjectRepository | 
| interface  | StreamRepository | 
| Modifier and Type | Method and Description | 
|---|---|
| Repository | Repository. getChildRepository(String childName) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractFileRepositoryThis an abstract class implementing functionality for creating a file-store. | 
| class  | FilePersistentObjectRepositoryThis is a simple implementation of persistent object store using object
 serialization on the file system. | 
| class  | FilePersistentStreamRepositoryImplementation 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 | 
|---|---|
| Repository | AbstractFileRepository. getChildRepository(String childName) | 
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.