Uses of Interface
org.apache.maven.artifact.metadata.ArtifactMetadata
Packages that use ArtifactMetadata
Package
Description
-
Uses of ArtifactMetadata in org.apache.maven.artifact
Methods in org.apache.maven.artifact that return ArtifactMetadataModifier and TypeMethodDescriptionArtifact.getMetadata
(Class<?> metadataClass) DefaultArtifact.getMetadata
(Class<?> metadataClass) Methods in org.apache.maven.artifact that return types with arguments of type ArtifactMetadataMethods in org.apache.maven.artifact with parameters of type ArtifactMetadataModifier and TypeMethodDescriptionvoid
Artifact.addMetadata
(ArtifactMetadata metadata) void
DefaultArtifact.addMetadata
(ArtifactMetadata metadata) -
Uses of ArtifactMetadata in org.apache.maven.artifact.metadata
Classes in org.apache.maven.artifact.metadata that implement ArtifactMetadataModifier and TypeClassDescriptionclass
Common elements of artifact metadata.Methods in org.apache.maven.artifact.metadata with parameters of type ArtifactMetadataModifier and TypeMethodDescriptionvoid
ArtifactMetadata.merge
(ArtifactMetadata metadata) Merge a new metadata set into this piece of metadata. -
Uses of ArtifactMetadata in org.apache.maven.artifact.repository
Methods in org.apache.maven.artifact.repository with parameters of type ArtifactMetadataModifier and TypeMethodDescriptionArtifactRepository.pathOfLocalRepositoryMetadata
(ArtifactMetadata metadata, ArtifactRepository repository) ArtifactRepository.pathOfRemoteRepositoryMetadata
(ArtifactMetadata artifactMetadata) -
Uses of ArtifactMetadata in org.apache.maven.artifact.repository.layout
Methods in org.apache.maven.artifact.repository.layout with parameters of type ArtifactMetadataModifier and TypeMethodDescriptionArtifactRepositoryLayout.pathOfLocalRepositoryMetadata
(ArtifactMetadata metadata, ArtifactRepository repository) DefaultRepositoryLayout.pathOfLocalRepositoryMetadata
(ArtifactMetadata metadata, ArtifactRepository repository) LegacyRepositoryLayout.pathOfLocalRepositoryMetadata
(ArtifactMetadata metadata, ArtifactRepository repository) ArtifactRepositoryLayout.pathOfRemoteRepositoryMetadata
(ArtifactMetadata metadata) DefaultRepositoryLayout.pathOfRemoteRepositoryMetadata
(ArtifactMetadata metadata) LegacyRepositoryLayout.pathOfRemoteRepositoryMetadata
(ArtifactMetadata metadata)