Package | Description |
---|---|
org.apache.ftpserver | |
org.apache.ftpserver.config.spring |
Internal classes, do not use directly!
|
org.apache.ftpserver.filesystem.nativefs | |
org.apache.ftpserver.ftplet | |
org.apache.ftpserver.impl |
Internal classes, do not use directly!
|
Modifier and Type | Method and Description |
---|---|
FileSystemFactory |
FtpServerFactory.getFileSystem()
Retrieve the file system used by servers created by this factory
|
Modifier and Type | Method and Description |
---|---|
void |
FtpServerFactory.setFileSystem(FileSystemFactory fileSystem)
Set the file system to be used by servers created by this factory
|
Modifier and Type | Method and Description |
---|---|
protected Class<? extends FileSystemFactory> |
FileSystemBeanDefinitionParser.getBeanClass(Element element) |
Modifier and Type | Class and Description |
---|---|
class |
NativeFileSystemFactory
Native file system factory.
|
Modifier and Type | Method and Description |
---|---|
FileSystemFactory |
FtpletContext.getFileSystemManager()
Get file system manager
|
Modifier and Type | Method and Description |
---|---|
FileSystemFactory |
DefaultFtpServer.getFileSystem()
Retrieve the file system used with this server
|
FileSystemFactory |
DefaultFtpServerContext.getFileSystemManager()
Get file system manager.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultFtpServerContext.setFileSystemManager(FileSystemFactory fileSystemManager) |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.