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 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
Methods in org.apache.maven.artifact.metadata with parameters of type ArtifactMetadataModifier and TypeMethodDescriptionvoid
ArtifactMetadata.merge
(ArtifactMetadata metadata) Deprecated. -
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) Deprecated.ArtifactRepository.pathOfRemoteRepositoryMetadata
(ArtifactMetadata artifactMetadata) Deprecated. -
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) Deprecated.ArtifactRepositoryLayout.pathOfRemoteRepositoryMetadata
(ArtifactMetadata metadata) Deprecated.