Uses of Interface
org.apache.maven.repository.legacy.metadata.ArtifactMetadata
Packages that use ArtifactMetadata
Package
Description
-
Uses of ArtifactMetadata in org.apache.maven.artifact.metadata
Subinterfaces of ArtifactMetadata in org.apache.maven.artifact.metadataClasses in org.apache.maven.artifact.metadata that implement ArtifactMetadata -
Uses of ArtifactMetadata in org.apache.maven.artifact.repository.metadata
Subinterfaces of ArtifactMetadata in org.apache.maven.artifact.repository.metadataModifier and TypeInterfaceDescriptioninterface
Describes repository directory metadata.Classes in org.apache.maven.artifact.repository.metadata that implement ArtifactMetadataModifier and TypeClassDescriptionclass
Shared methods of the repository metadata handling.class
Metadata for the artifact directory of the repository.class
Metadata for the group directory of the repository.class
Metadata for the artifact version directory of the repository.Methods in org.apache.maven.artifact.repository.metadata with parameters of type ArtifactMetadataModifier and TypeMethodDescriptionvoid
AbstractRepositoryMetadata.merge
(ArtifactMetadata metadata) -
Uses of ArtifactMetadata in org.apache.maven.project.artifact
Classes in org.apache.maven.project.artifact that implement ArtifactMetadataMethods in org.apache.maven.project.artifact with parameters of type ArtifactMetadata -
Uses of ArtifactMetadata in org.apache.maven.repository.legacy.metadata
Classes in org.apache.maven.repository.legacy.metadata that implement ArtifactMetadataModifier and TypeClassDescriptionclass
Common elements of artifact metadata.Methods in org.apache.maven.repository.legacy.metadata with parameters of type ArtifactMetadataModifier and TypeMethodDescriptionvoid
ArtifactMetadata.merge
(ArtifactMetadata metadata) Merge a new metadata set into this piece of metadata.