| 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 |
AbstractFileRepository
This an abstract class implementing functionality for creating a file-store.
|
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 |
|---|---|
Repository |
AbstractFileRepository.getChildRepository(String childName) |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.