B C D E F G H I K M N P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- checkAccess(Path, AccessMode...) - Method in class com.github.robtimus.filesystems.sftp.SFTPFileSystemProvider
- clear() - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
- com.github.robtimus.filesystems.sftp - module com.github.robtimus.filesystems.sftp
-
An SFTP NIO.2 file system.
- com.github.robtimus.filesystems.sftp - package com.github.robtimus.filesystems.sftp
-
Provides the classes and interfaces for SFTP file systems.
- containsKey(Object) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
- containsValue(Object) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
- copy(Path, Path, CopyOption...) - Method in class com.github.robtimus.filesystems.sftp.SFTPFileSystemProvider
-
Copy a file to a target file.
- copy(Map<String, ?>) - Static method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Copies a map to create a new
SFTPEnvironmentinstance. - createChangeWorkingDirectoryException(String, SftpException) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
- createChangeWorkingDirectoryException(String, SftpException) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates a directory cannot be used as the current working directory. - createCopyException(String, String, SftpException) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
- createCopyException(String, String, SftpException) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates a file or directory cannot be copied. - createCreateDirectoryException(String, SftpException) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
- createCreateDirectoryException(String, SftpException) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates a directory cannot be created. - createDeleteException(String, SftpException, boolean) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
- createDeleteException(String, SftpException, boolean) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates a file or directory cannot be deleted. - createDirectory(Path, FileAttribute<?>...) - Method in class com.github.robtimus.filesystems.sftp.SFTPFileSystemProvider
-
Creates a new directory.
- createGetFileException(String, SftpException) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
- createGetFileException(String, SftpException) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates a file or directory cannot be retrieved. - createListFilesException(String, SftpException) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
- createListFilesException(String, SftpException) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates the contents of a directory cannot be retrieved. - createMoveException(String, String, SftpException) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
- createMoveException(String, String, SftpException) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates a file or directory cannot be moved. - createNewInputStreamException(String, SftpException) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
- createNewInputStreamException(String, SftpException) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates a file cannot be opened for reading. - createNewOutputStreamException(String, SftpException, Collection<? extends OpenOption>) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
- createNewOutputStreamException(String, SftpException, Collection<? extends OpenOption>) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates a file cannot be opened for writing. - createReadLinkException(String, SftpException) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates a symbolic link cannot be read. - createReadLinkException(String, SftpException) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates a symbolic link cannot be read. - createSetGroupException(String, SftpException) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
- createSetGroupException(String, SftpException) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates the group of a file or directory cannot be set. - createSetModificationTimeException(String, SftpException) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
- createSetModificationTimeException(String, SftpException) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates the modification time of a file or directory cannot be set. - createSetOwnerException(String, SftpException) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
- createSetOwnerException(String, SftpException) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates the owner of a file or directory cannot be set. - createSetPermissionsException(String, SftpException) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
- createSetPermissionsException(String, SftpException) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a
FileSystemExceptionthat indicates the permissions of a file or directory cannot be set. - custom() - Static method in class com.github.robtimus.filesystems.sftp.SFTPPoolConfig
-
Returns a new builder for creating
SFTPPoolConfigobjects.
All Classes All Packages