Interface ArtifactMetadata

  • All Superinterfaces:
    org.apache.maven.repository.legacy.metadata.ArtifactMetadata

    public interface ArtifactMetadata
    extends org.apache.maven.repository.legacy.metadata.ArtifactMetadata
    Original ArtifactMetada with File reference
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.io.File getFile()  
      • Methods inherited from interface org.apache.maven.repository.legacy.metadata.ArtifactMetadata

        extendedToString, getArtifactId, getBaseVersion, getGroupId, getKey, getLocalFilename, getRemoteFilename, merge, storedInArtifactVersionDirectory, storedInGroupDirectory, storeInLocalRepository
    • Method Detail

      • getFile

        java.io.File getFile()