public class ShrinkWrapFileSystemProvider extends java.nio.file.spi.FileSystemProvider
FileSystemProvider implementation for ShrinkWrap Archives.| Constructor and Description |
|---|
ShrinkWrapFileSystemProvider() |
createLink, createSymbolicLink, deleteIfExists, installedProviders, newAsynchronousFileChannel, newFileChannel, newFileSystem, newInputStream, newOutputStream, readSymbolicLinkpublic String getScheme()
getScheme in class java.nio.file.spi.FileSystemProviderFileSystemProvider.getScheme()public java.nio.file.FileSystem newFileSystem(URI uri, Map<String,?> env) throws IOException
newFileSystem in class java.nio.file.spi.FileSystemProviderIOExceptionFileSystemProvider.newFileSystem(java.net.URI, java.util.Map)public java.nio.file.FileSystem getFileSystem(URI uri)
getFileSystem in class java.nio.file.spi.FileSystemProviderFileSystemProvider.getFileSystem(java.net.URI)public java.nio.file.Path getPath(URI uri)
getPath in class java.nio.file.spi.FileSystemProviderFileSystemProvider.getPath(java.net.URI)public SeekableByteChannel newByteChannel(java.nio.file.Path path, Set<? extends java.nio.file.OpenOption> options, java.nio.file.attribute.FileAttribute<?>... attrs) throws IOException
newByteChannel in class java.nio.file.spi.FileSystemProviderIOExceptionFileSystemProvider.newByteChannel(java.nio.file.Path, java.util.Set,
java.nio.file.attribute.FileAttribute<?>[])public java.nio.file.DirectoryStream<java.nio.file.Path> newDirectoryStream(java.nio.file.Path dir, java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter) throws IOException
newDirectoryStream in class java.nio.file.spi.FileSystemProviderIOExceptionFileSystemProvider.newDirectoryStream(java.nio.file.Path,
java.nio.file.DirectoryStream.Filter)public void createDirectory(java.nio.file.Path dir, java.nio.file.attribute.FileAttribute<?>... attrs) throws IOException
createDirectory in class java.nio.file.spi.FileSystemProviderIOExceptionFileSystemProvider.createDirectory(java.nio.file.Path,
java.nio.file.attribute.FileAttribute<?>[])public void delete(java.nio.file.Path path) throws IOException
delete in class java.nio.file.spi.FileSystemProviderIOExceptionFileSystemProvider.delete(java.nio.file.Path)public void copy(java.nio.file.Path source, java.nio.file.Path target, java.nio.file.CopyOption... options) throws IOException
copy in class java.nio.file.spi.FileSystemProviderIOExceptionpublic void move(java.nio.file.Path source, java.nio.file.Path target, java.nio.file.CopyOption... options) throws IOException
move in class java.nio.file.spi.FileSystemProviderIOExceptionFileSystemProvider.move(java.nio.file.Path, java.nio.file.Path,
java.nio.file.CopyOption[])public boolean isSameFile(java.nio.file.Path path1, java.nio.file.Path path2) throws IOException
isSameFile in class java.nio.file.spi.FileSystemProviderIOExceptionFileSystemProvider.isSameFile(java.nio.file.Path, java.nio.file.Path)public boolean isHidden(java.nio.file.Path path) throws IOException
isHidden in class java.nio.file.spi.FileSystemProviderIOExceptionFileSystemProvider.isHidden(java.nio.file.Path)public java.nio.file.FileStore getFileStore(java.nio.file.Path path) throws IOException
getFileStore in class java.nio.file.spi.FileSystemProviderIOExceptionFileSystemProvider.getFileStore(java.nio.file.Path)public void checkAccess(java.nio.file.Path path, java.nio.file.AccessMode... modes) throws IOException
checkAccess in class java.nio.file.spi.FileSystemProviderIOExceptionFileSystemProvider.checkAccess(java.nio.file.Path, java.nio.file.AccessMode[])public <V extends java.nio.file.attribute.FileAttributeView> V getFileAttributeView(java.nio.file.Path path, Class<V> type, java.nio.file.LinkOption... options)
getFileAttributeView in class java.nio.file.spi.FileSystemProviderFileSystemProvider.getFileAttributeView(java.nio.file.Path, java.lang.Class,
java.nio.file.LinkOption[])public <A extends java.nio.file.attribute.BasicFileAttributes> A readAttributes(java.nio.file.Path path, Class<A> type, java.nio.file.LinkOption... options) throws IOException
readAttributes in class java.nio.file.spi.FileSystemProviderIOExceptionFileSystemProvider.readAttributes(java.nio.file.Path, java.lang.Class,
java.nio.file.LinkOption[])public Map<String,Object> readAttributes(java.nio.file.Path path, String attributes, java.nio.file.LinkOption... options) throws IOException
readAttributes in class java.nio.file.spi.FileSystemProviderIOExceptionFileSystemProvider.readAttributes(java.nio.file.Path, java.lang.String,
java.nio.file.LinkOption[])public void setAttribute(java.nio.file.Path path, String attribute, Object value, java.nio.file.LinkOption... options) throws IOException
setAttribute in class java.nio.file.spi.FileSystemProviderIOExceptionFileSystemProvider.setAttribute(java.nio.file.Path, java.lang.String, java.lang.Object,
java.nio.file.LinkOption[])Copyright © 2012 JBoss by Red Hat. All Rights Reserved.