Uses of Interface
org.mockftpserver.fake.filesystem.FileSystem

Packages that use FileSystem
org.mockftpserver.fake   
org.mockftpserver.fake.command   
org.mockftpserver.fake.filesystem   
 

Uses of FileSystem in org.mockftpserver.fake
 

Methods in org.mockftpserver.fake that return FileSystem
 FileSystem ServerConfiguration.getFileSystem()
           
 FileSystem FakeFtpServer.getFileSystem()
           
 

Methods in org.mockftpserver.fake with parameters of type FileSystem
 void FakeFtpServer.setFileSystem(FileSystem fileSystem)
           
 

Uses of FileSystem in org.mockftpserver.fake.command
 

Methods in org.mockftpserver.fake.command that return FileSystem
protected  FileSystem AbstractFakeCommandHandler.getFileSystem()
          Convenience method to return the FileSystem stored in the ServerConfiguration
 

Uses of FileSystem in org.mockftpserver.fake.filesystem
 

Classes in org.mockftpserver.fake.filesystem that implement FileSystem
 class AbstractFakeFileSystem
          Abstract superclass for implementation of the FileSystem interface that manage the files and directories in memory, simulating a real file system.
 class UnixFakeFileSystem
          Implementation of the FileSystem interface that simulates a Unix file system.
 class WindowsFakeFileSystem
          Implementation of the FileSystem interface that simulates a Microsoft Windows file system.
 



Copyright © 2014. All rights reserved.