Class MetadataFileEntry

All Implemented Interfaces:
Entry, FileEntry

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

    • MetadataFileEntry

      public MetadataFileEntry(FileSystem fileSystem, DirectoryEntry parent, String path, ArtifactStore store)
      Creates a file entry for the specified parent directory of the specified file system that corresponds to the specified metadata in the specified artifact store and will have the name maven-metadata.xml.
      Parameters:
      fileSystem - the file system.
      parent - the parent directory.
      path - the path of the metadata.
      store - the artifact store.
      Since:
      1.0
  • Method Details