Class ArtifactFileEntry

All Implemented Interfaces:
Entry, FileEntry

public class ArtifactFileEntry extends BaseFileEntry
A file entry backed by a Artifact in a ArtifactStore.
Since:
1.0
  • Constructor Details

    • ArtifactFileEntry

      protected ArtifactFileEntry(FileSystem fileSystem, DirectoryEntry parent, Artifact artifact, ArtifactStore store)
      Creates a file entry for the specified parent directory of the specified file system that corresponds to the specified artifact in the specified artifact store and will have the name Artifact.getName().
      Parameters:
      fileSystem - the file system.
      parent - the parent directory.
      artifact - the artifact.
      store - the artifact store.
      Since:
      1.0
  • Method Details