Uses of Class
com.google.common.jimfs.SymbolicLink
-
Uses of SymbolicLink in com.google.common.jimfs
Methods in com.google.common.jimfs that return SymbolicLinkModifier and TypeMethodDescriptionstatic SymbolicLink
Creates a new symbolic link with the given ID and target.(package private) SymbolicLink
FileFactory.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 DirectoryEntry
FileTree.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.