Uses of Interface
org.apache.james.repository.api.Repository

Packages that use Repository
org.apache.james.repository.api   
org.apache.james.repository.file   
 

Uses of Repository in org.apache.james.repository.api
 

Subinterfaces of Repository in org.apache.james.repository.api
 interface ObjectRepository
           
 interface StreamRepository
           
 

Methods in org.apache.james.repository.api that return Repository
 Repository Repository.getChildRepository(String childName)
           
 

Uses of Repository in org.apache.james.repository.file
 

Classes in org.apache.james.repository.file that implement Repository
 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.
 

Methods in org.apache.james.repository.file that return Repository
 Repository AbstractFileRepository.getChildRepository(String childName)
           
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.