Uses of Class
io.roastedroot.zerofs.FileSystemView
-
-
Uses of FileSystemView in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs declared as FileSystemView Modifier and Type Field Description private FileSystemViewZeroFsFileSystem. defaultViewprivate FileSystemViewPollingWatchService. viewprivate FileSystemViewZeroFsSecureDirectoryStream. viewMethods in io.roastedroot.zerofs that return FileSystemView Modifier and Type Method Description private static FileSystemViewZeroFsFileSystems. createDefaultView(Configuration config, ZeroFsFileStore fileStore, PathService pathService)Creates the default view of the file system using the given working directory.FileSystemViewZeroFsFileSystem. getDefaultView()Returns the default view for this file system.private static FileSystemViewZeroFsFileSystemProvider. getDefaultView(ZeroFsPath path)Returns the default file system view for the given path.Methods in io.roastedroot.zerofs with parameters of type FileSystemView Modifier and Type Method Description private voidFileSystemView. checkNotAncestor(File source, Directory destParent, FileSystemView destView)Checks that source is not an ancestor of dest, throwing an exception if it is.voidFileSystemView. copy(ZeroFsPath source, FileSystemView destView, ZeroFsPath dest, java.util.Set<java.nio.file.CopyOption> options, boolean move)Copies or moves the file at the given source path to the given dest path.booleanFileSystemView. isSameFile(ZeroFsPath path, FileSystemView view2, ZeroFsPath path2)Returns whether or not the two given paths locate the same file.private booleanFileSystemView. isSameFileSystem(FileSystemView other)Returns whether or not this view and the given view belong to the same file system.voidFileSystemView. link(ZeroFsPath link, FileSystemView existingView, ZeroFsPath existing)Creates a hard link at the given link path to the regular file at the given path.(package private) abstract AbstractWatchServiceWatchServiceConfiguration. newWatchService(FileSystemView view, PathService pathService)Creates a newAbstractWatchServiceimplementation.(package private) AbstractWatchServiceWatchServiceConfiguration.PollingConfig. newWatchService(FileSystemView view, PathService pathService)Constructors in io.roastedroot.zerofs with parameters of type FileSystemView Constructor Description PollingWatchService(FileSystemView view, PathService pathService, FileSystemState fileSystemState, long interval, java.util.concurrent.TimeUnit timeUnit)ZeroFsFileSystem(ZeroFsFileSystemProvider provider, java.net.URI uri, ZeroFsFileStore fileStore, PathService pathService, FileSystemView defaultView, WatchServiceConfiguration watchServiceConfig)ZeroFsSecureDirectoryStream(FileSystemView view, java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter, FileSystemState fileSystemState)
-