Uses of Interface
org.apache.james.services.FileSystem

Packages that use FileSystem
org.apache.james.container.spring.adaptor   
org.apache.james.context Classes specifically related to the context phase of the Avalon lifecycle 
org.apache.james.domain   
org.apache.james.imapserver   
org.apache.james.mailboxmanager.torque   
org.apache.james.vut   
 

Uses of FileSystem in org.apache.james.container.spring.adaptor
 

Classes in org.apache.james.container.spring.adaptor that implement FileSystem
 class FileSystemBridge
           
 

Uses of FileSystem in org.apache.james.context
 

Classes in org.apache.james.context that implement FileSystem
 class AvalonFileSystem
          Avalon implementation of the FileSystem service
 

Uses of FileSystem in org.apache.james.domain
 

Methods in org.apache.james.domain with parameters of type FileSystem
 void JDBCDomainList.setFileSystem(FileSystem fileSystem)
           
 

Uses of FileSystem in org.apache.james.imapserver
 

Constructors in org.apache.james.imapserver with parameters of type FileSystem
DefaultImapFactory(FileSystem fileSystem, UsersRepository users, org.apache.avalon.framework.logger.Logger logger)
           
 

Uses of FileSystem in org.apache.james.mailboxmanager.torque
 

Constructors in org.apache.james.mailboxmanager.torque with parameters of type FileSystem
DefaultMailboxManager(org.apache.james.mailboxmanager.torque.UserManager userManager, FileSystem fileSystem, org.apache.avalon.framework.logger.Logger logger)
           
 

Uses of FileSystem in org.apache.james.vut
 

Methods in org.apache.james.vut with parameters of type FileSystem
 void JDBCVirtualUserTable.setFileSystem(FileSystem fileSystem)
           
 



Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.