Uses of Class
com.google.common.jimfs.SymbolicLink
-
Uses of SymbolicLink in com.google.common.jimfs
Classes in com.google.common.jimfs that implement interfaces with type arguments of type SymbolicLinkMethods in com.google.common.jimfs that return SymbolicLinkModifier and TypeMethodDescriptionstatic SymbolicLinkCreates a new symbolic link with the given ID and target.(package private) SymbolicLinkFileFactory.createSymbolicLink(JimfsPath target) Creates a new symbolic link referencing the given target path.FileSystemView.createSymbolicLink(JimfsPath path, JimfsPath target, FileAttribute<?>... attrs) Creates a new symbolic link at the given path with the given target.FileFactory.SymbolicLinkSupplier.get()Methods in com.google.common.jimfs that return types with arguments of type SymbolicLinkModifier and TypeMethodDescriptioncom.google.common.base.Supplier<SymbolicLink> FileFactory.symbolicLinkCreator(JimfsPath target) Returns a supplier that creates a symbolic links to the given path.(package private) com.google.common.base.Supplier<SymbolicLink> JimfsFileStore.symbolicLinkCreator(JimfsPath target) Returns a supplier that creates a new symbolic link with the given target.Methods in com.google.common.jimfs with parameters of type SymbolicLinkModifier and TypeMethodDescriptionprivate @Nullable 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.