Class ArchetypeCatalogFileEntry

All Implemented Interfaces:
Entry, FileEntry

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

    • ArchetypeCatalogFileEntry

      public ArchetypeCatalogFileEntry(FileSystem fileSystem, DirectoryEntry parent, 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.
      store - the artifact store.
      Since:
      1.0
  • Method Details