Uses of Class
io.roastedroot.zerofs.SymbolicLink
-
-
Uses of SymbolicLink in io.roastedroot.zerofs
Methods in io.roastedroot.zerofs that return SymbolicLink Modifier and Type Method Description static SymbolicLinkSymbolicLink. create(int id, java.nio.file.attribute.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.SymbolicLinkFileSystemView. createSymbolicLink(ZeroFsPath path, ZeroFsPath target, java.nio.file.attribute.FileAttribute<?>... attrs)Creates a new symbolic link at the given path with the given target.SymbolicLinkFileFactory.SymbolicLinkSupplier. get()Methods in io.roastedroot.zerofs that return types with arguments of type SymbolicLink Modifier and Type Method Description java.util.function.Supplier<SymbolicLink>FileFactory. symbolicLinkCreator(ZeroFsPath target)Returns a supplier that creates a symbolic links to the given path.(package private) java.util.function.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 SymbolicLink Modifier and Type Method Description private 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.
-