Uses of Class
com.google.common.jimfs.SymbolicLink
-
-
Uses of SymbolicLink in com.google.common.jimfs
Methods in com.google.common.jimfs that return SymbolicLink Modifier and Type Method Description static SymbolicLink
SymbolicLink. create(int id, java.nio.file.attribute.FileTime creationTime, JimfsPath target)
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.SymbolicLink
FileSystemView. createSymbolicLink(JimfsPath path, JimfsPath target, java.nio.file.attribute.FileAttribute<?>... attrs)
Creates a new symbolic link at the given path with the given target.SymbolicLink
FileFactory.SymbolicLinkSupplier. get()
Methods in com.google.common.jimfs that return types with arguments of type SymbolicLink Modifier and Type Method Description com.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 SymbolicLink Modifier and Type Method Description private @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.
-