- 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 - 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(Map<String, ?>) - Static 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.
- 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 FileSystemException
that 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 FileSystemException
that 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 FileSystemException
that 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 FileSystemException
that 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 FileSystemException
that 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 FileSystemException
that 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 FileSystemException
that 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 FileSystemException
that 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 FileSystemException
that indicates a file cannot be opened for writing.
- createReadLinkException(String, SftpException) - Method in class com.github.robtimus.filesystems.sftp.DefaultFileSystemExceptionFactory
-
Creates a FileSystemException
that indicates a symbolic link cannot be read.
- createReadLinkException(String, SftpException) - Method in interface com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
Creates a FileSystemException
that 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 FileSystemException
that 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 FileSystemException
that 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 FileSystemException
that 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 FileSystemException
that indicates the permissions of a file or directory cannot be set.
- custom() - Static method in class com.github.robtimus.filesystems.sftp.SFTPPoolConfig
-