Package software.amazon.nio.spi.s3
Class S3XFileSystemProvider
- java.lang.Object
-
- java.nio.file.spi.FileSystemProvider
-
- software.amazon.nio.spi.s3.S3FileSystemProvider
-
- software.amazon.nio.spi.s3.S3XFileSystemProvider
-
public class S3XFileSystemProvider extends S3FileSystemProvider
-
-
Field Summary
-
Fields inherited from class software.amazon.nio.spi.s3.S3FileSystemProvider
configuration
-
-
Constructor Summary
Constructors Constructor Description S3XFileSystemProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetScheme()Returns the URI scheme that identifies this provider.-
Methods inherited from class software.amazon.nio.spi.s3.S3FileSystemProvider
checkAccess, copy, createDirectory, delete, getFileAttributeView, getFileStore, getFileSystem, getFsCache, getPath, isHidden, isSameFile, move, newAsynchronousFileChannel, newByteChannel, newDirectoryStream, newFileChannel, newFileSystem, readAttributes, readAttributes, setAttribute, setConfiguration
-
-
-
-
Method Detail
-
getScheme
public java.lang.String getScheme()
Returns the URI scheme that identifies this provider.- Overrides:
getSchemein classS3FileSystemProvider- Returns:
- The URI scheme (s3x)
-
-