Class FTPSFileSystemProvider
- java.lang.Object
-
- java.nio.file.spi.FileSystemProvider
-
- com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
-
- com.github.robtimus.filesystems.ftp.FTPSFileSystemProvider
-
public class FTPSFileSystemProvider extends FTPFileSystemProvider
A provider for FTPS file systems.- Author:
- Rob Spoor
-
-
Constructor Summary
Constructors Constructor Description FTPSFileSystemProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetScheme()Returns the URI scheme that identifies this provider:ftps.-
Methods inherited from class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
checkAccess, copy, createDirectory, delete, getFileAttributeView, getFileStore, getFileSystem, getPath, isHidden, isSameFile, keepAlive, move, newByteChannel, newDirectoryStream, newFileSystem, newInputStream, newOutputStream, readAttributes, readAttributes, readSymbolicLink, setAttribute
-
Methods inherited from class java.nio.file.spi.FileSystemProvider
createLink, createSymbolicLink, deleteIfExists, installedProviders, newAsynchronousFileChannel, newFileChannel, newFileSystem
-
-
-
-
Method Detail
-
getScheme
public String getScheme()
Returns the URI scheme that identifies this provider:ftps.- Overrides:
getSchemein classFTPFileSystemProvider
-
-