A B C D E F G H I K L M N P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- FILE - com.github.robtimus.filesystems.ftp.FileStructure
-
Indicates that files are to be treated as a continuous sequence of bytes.
- fileName(Path) - Method in class com.github.robtimus.filesystems.ftp.FTPFileStrategy
-
Returns a path's file name.
- FileStructure - Enum in com.github.robtimus.filesystems.ftp
-
The possible FTP file structures.
- FileSystemExceptionFactory - Interface in com.github.robtimus.filesystems.ftp
-
A factory for creating
FileSystemException
s based on replies from an FTP server. - FileTransferMode - Enum in com.github.robtimus.filesystems.ftp
-
The possible FTP file transfer modes.
- FileType - Class in com.github.robtimus.filesystems.ftp
-
Represents FTP file types.
- FileType.Format - Enum in com.github.robtimus.filesystems.ftp
-
The possible FTP text formats.
- FTPAccessDeniedException - Exception in com.github.robtimus.filesystems.ftp
-
An exception that is thrown if an FTP command does not execute successfully because access to a file has been denied.
- FTPAccessDeniedException(String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPAccessDeniedException
-
Creates a new
FTPAccessDeniedException
. - FTPAccessDeniedException(String, String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPAccessDeniedException
-
Creates a new
FTPAccessDeniedException
. - FTPDirectoryNotEmptyException - Exception in com.github.robtimus.filesystems.ftp
-
An exception that is thrown if an FTP command does not execute successfully because a directory is not empty.
- FTPDirectoryNotEmptyException(String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPDirectoryNotEmptyException
-
Creates a new
FTPDirectoryNotEmptyException
. - FTPEnvironment - Class in com.github.robtimus.filesystems.ftp
-
A utility class to set up environments that can be used in the
FileSystemProvider.newFileSystem(URI, Map)
andFileSystemProvider.newFileSystem(Path, Map)
methods ofFTPFileSystemProvider
. - FTPEnvironment() - Constructor for class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Creates a new FTP environment.
- FTPEnvironment(Map<String, Object>) - Constructor for class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Creates a new FTP environment.
- FTPEnvironment.QueryParam - Annotation Type in com.github.robtimus.filesystems.ftp
-
Indicates which query parameters can be used to define environment values.
- FTPEnvironment.QueryParams - Annotation Type in com.github.robtimus.filesystems.ftp
-
A container for
FTPEnvironment.QueryParam
annotations. - FTPFileAlreadyExistsException - Exception in com.github.robtimus.filesystems.ftp
-
An exception that is thrown if an FTP command does not execute successfully because a file already exists.
- FTPFileAlreadyExistsException(String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPFileAlreadyExistsException
-
Creates a new
FTPFileAlreadyExistsException
. - FTPFileAlreadyExistsException(String, String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPFileAlreadyExistsException
-
Creates a new
FTPFileAlreadyExistsException
. - FTPFileStrategy - Class in com.github.robtimus.filesystems.ftp
-
A strategy for handling FTP files in an FTP server specific way.
- FTPFileStrategy() - Constructor for class com.github.robtimus.filesystems.ftp.FTPFileStrategy
- FTPFileStrategyFactory - Interface in com.github.robtimus.filesystems.ftp
-
A factory for creating
FTPFileStrategy
objects. - FTPFileSystemException - Exception in com.github.robtimus.filesystems.ftp
-
An exception that is thrown if an FTP command does not execute successfully.
- FTPFileSystemException(int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPFileSystemException
-
Creates a new
FTPFileSystemException
. - FTPFileSystemException(String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPFileSystemException
-
Creates a new
FTPFileSystemException
. - FTPFileSystemException(String, String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPFileSystemException
-
Creates a new
FTPFileSystemException
. - FTPFileSystemProvider - Class in com.github.robtimus.filesystems.ftp
-
A provider for FTP file systems.
- FTPFileSystemProvider() - Constructor for class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
- FTPNoSuchFileException - Exception in com.github.robtimus.filesystems.ftp
-
An exception that is thrown if an FTP command does not execute successfully because a file does not exist.
- FTPNoSuchFileException(String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPNoSuchFileException
-
Creates a new
FTPNoSuchFileException
. - FTPNoSuchFileException(String, String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPNoSuchFileException
-
Creates a new
FTPNoSuchFileException
. - FTPNotDirectoryException - Exception in com.github.robtimus.filesystems.ftp
-
An exception that is thrown if an FTP command does not execute successfully because a file is not a directory.
- FTPNotDirectoryException(String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPNotDirectoryException
-
Creates a new
FTPNotLinkException
. - FTPNotLinkException - Exception in com.github.robtimus.filesystems.ftp
-
An exception that is thrown if an FTP command does not execute successfully because a file is not a symbolic link.
- FTPNotLinkException(String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPNotLinkException
-
Creates a new
FTPNotLinkException
. - FTPNotLinkException(String, String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPNotLinkException
-
Creates a new
FTPNotLinkException
. - FTPPoolConfig - Class in com.github.robtimus.filesystems.ftp
-
Configuration for the client connection pools of FTP file systems.
- FTPPoolConfig.Builder - Class in com.github.robtimus.filesystems.ftp
-
A builder for
FTPPoolConfig
objects. - FTPResponse - Interface in com.github.robtimus.filesystems.ftp
-
Represents a response from an FTP server.
- FTPSEnvironment - Class in com.github.robtimus.filesystems.ftp
-
A utility class to set up environments that can be used in the
FileSystemProvider.newFileSystem(URI, Map)
andFileSystemProvider.newFileSystem(Path, Map)
methods ofFTPSFileSystemProvider
. - FTPSEnvironment() - Constructor for class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Creates a new FTPS environment.
- FTPSEnvironment(Map<String, Object>) - Constructor for class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Creates a new FTPS environment.
- FTPSFileSystemProvider - Class in com.github.robtimus.filesystems.ftp
-
A provider for FTPS file systems.
- FTPSFileSystemProvider() - Constructor for class com.github.robtimus.filesystems.ftp.FTPSFileSystemProvider
All Classes All Packages