Uses of Package
org.mockftpserver.fake.filesystem

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

Classes in org.mockftpserver.fake.filesystem used by org.mockftpserver.fake
FileSystem
          Interface for a file system for managing files and directories.
FileSystemEntry
          Interface for an entry within a fake file system, representing a single file or directory.
Permissions
          Represents and encapsulates the read/write/execute permissions for a file or directory.
 

Classes in org.mockftpserver.fake.filesystem used by org.mockftpserver.fake.command
FileSystem
          Interface for a file system for managing files and directories.
 

Classes in org.mockftpserver.fake.filesystem used by org.mockftpserver.fake.filesystem
AbstractFakeFileSystem
          Abstract superclass for implementation of the FileSystem interface that manage the files and directories in memory, simulating a real file system.
AbstractFileSystemEntry
          The abstract superclass for concrete file system entry classes representing files and directories.
DirectoryListingFormatter
          Interface for an object that can format a file system directory listing.
FileSystem
          Interface for a file system for managing files and directories.
FileSystemEntry
          Interface for an entry within a fake file system, representing a single file or directory.
FileSystemException
          Represents an error that occurs while performing a FileSystem operation.
Permissions
          Represents and encapsulates the read/write/execute permissions for a file or directory.
 



Copyright © 2014. All rights reserved.