Uses of Class
io.roastedroot.zerofs.SymbolicLink
-
Uses of SymbolicLink in io.roastedroot.zerofs
Classes in io.roastedroot.zerofs that implement interfaces with type arguments of type SymbolicLinkMethods in io.roastedroot.zerofs that return SymbolicLinkModifier and TypeMethodDescriptionstatic SymbolicLinkSymbolicLink.create(int id, FileTime creationTime, ZeroFsPath target) Creates a new symbolic link with the given ID and target.(package private) SymbolicLinkFileFactory.createSymbolicLink(ZeroFsPath target) Creates a new symbolic link referencing the given target path.FileSystemView.createSymbolicLink(ZeroFsPath path, ZeroFsPath target, FileAttribute<?>... attrs) Creates a new symbolic link at the given path with the given target.FileFactory.SymbolicLinkSupplier.get()Methods in io.roastedroot.zerofs that return types with arguments of type SymbolicLinkModifier and TypeMethodDescriptionFileFactory.symbolicLinkCreator(ZeroFsPath target) Returns a supplier that creates a symbolic links to the given path.(package private) Supplier<SymbolicLink> ZeroFsFileStore.symbolicLinkCreator(ZeroFsPath target) Returns a supplier that creates a new symbolic link with the given target.Methods in io.roastedroot.zerofs with parameters of type SymbolicLinkModifier and TypeMethodDescriptionprivate DirectoryEntryFileTree.followSymbolicLink(File dir, SymbolicLink link, int linkDepth) Returns the directory entry located by the target path of the given symbolic link, resolved relative to the given directory.