| Package | Description |
|---|---|
| org.mockftpserver.fake | |
| org.mockftpserver.fake.command | |
| org.mockftpserver.fake.filesystem |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
FakeFtpServer.getFileSystem() |
FileSystem |
ServerConfiguration.getFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
FakeFtpServer.setFileSystem(FileSystem fileSystem) |
| Modifier and Type | Method and Description |
|---|---|
protected FileSystem |
AbstractFakeCommandHandler.getFileSystem()
Convenience method to return the FileSystem stored in the ServerConfiguration
|
| Modifier and Type | Class and Description |
|---|---|
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 © 2016. All rights reserved.