public class FileSystemProvider_of extends Object implements FileSystemProvider_
| Constructor and Description |
|---|
FileSystemProvider_of(FileSystemProvider fileSystem) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetFileAttributeView_ot, newByteChannel__, r_, readAttributes__public FileSystemProvider_of(FileSystemProvider fileSystem)
public <A extends BasicFileAttributes> A readAttributes_(Path path, Class<A> type, LinkOption... options)
readAttributes_ in interface FileSystemProvider_public Map<String,Object> readAttributes_(Path path, String attributes, LinkOption... options)
readAttributes_ in interface FileSystemProvider_public SeekableByteChannel newByteChannel_(Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs)
newByteChannel_ in interface FileSystemProvider_public void copy_(Path src, Path tgt, CopyOption... options)
copy_ in interface FileSystemProvider_public void move_(Path src, Path tgt, CopyOption... options)
move_ in interface FileSystemProvider_public String getScheme()
getScheme in interface FileSystemProvider_public FileSystem newFileSystem_(URI uri, Map<String,?> env)
newFileSystem_ in interface FileSystemProvider_public FileSystem getFileSystem_(URI uri)
getFileSystem_ in interface FileSystemProvider_public <V extends FileAttributeView> Optional<V> getFileAttributeView_o(Path path, Class<V> type, LinkOption... options)
getFileAttributeView_o in interface FileSystemProvider_public void setAttribute_(Path path, String attribute, Object value, LinkOption... options)
setAttribute_ in interface FileSystemProvider_public boolean isSameFile_(Path a, Path b)
isSameFile_ in interface FileSystemProvider_public void checkAccess_(Path file, AccessMode... modes)
checkAccess_ in interface FileSystemProvider_public void createDirectory_(Path dir, FileAttribute<?>... attrs)
createDirectory_ in interface FileSystemProvider_public void delete_(Path path)
delete_ in interface FileSystemProvider_public boolean deleteIfExists_(Path path)
deleteIfExists_ in interface FileSystemProvider_public FileStore getFileStore_(Path file)
getFileStore_ in interface FileSystemProvider_public DirectoryStream<Path> newDirectoryStream_(Path dir, DirectoryStream.Filter<? super Path> filter)
newDirectoryStream_ in interface FileSystemProvider_public FileChannel newFileChannel_(Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs)
newFileChannel_ in interface FileSystemProvider_public void createSymbolicLink_(Path linkArg, Path target, FileAttribute<?>... attrs)
createSymbolicLink_ in interface FileSystemProvider_public void createLink_(Path linkArg, Path existingArg)
createLink_ in interface FileSystemProvider_public Path readSymbolicLink_(Path linkArg)
readSymbolicLink_ in interface FileSystemProvider_public FileSystemProvider _r()
_r in interface de.pfabulist.roast.Roast<FileSystemProvider>Copyright © 2017. All rights reserved.