Class LinkFileEntry

All Implemented Interfaces:
Entry, FileEntry

public class LinkFileEntry extends BaseFileEntry
An entry backed by a FileEntry on a (possibly different) FileSystem.
Since:
1.0
  • Constructor Details

    • LinkFileEntry

      public LinkFileEntry(FileSystem fileSystem, DirectoryEntry parent, FileEntry entry)
      Creates a new instance in the specified parent directory of the specified file system that backs the supplied entry named with Entry.getName().
      Parameters:
      fileSystem - the file system.
      parent - the parent directory.
      entry - the backing entry.
      Since:
      1.0
    • LinkFileEntry

      public LinkFileEntry(FileSystem fileSystem, DirectoryEntry parent, String name, FileEntry entry)
      Creates a new instance in the specified parent directory of the specified file system that backs the supplied entry named with the supplied name.
      Parameters:
      fileSystem - the file system.
      parent - the parent directory.
      name - the name of the entry.
      entry - the backing entry.
      Since:
      1.0
  • Method Details