Uses of Interface
org.apache.maven.artifact.metadata.ArtifactMetadata
Packages that use ArtifactMetadata
Package
Description
- 
Uses of ArtifactMetadata in org.apache.maven.artifactMethods in org.apache.maven.artifact that return types with arguments of type ArtifactMetadataMethods in org.apache.maven.artifact with parameters of type ArtifactMetadataModifier and TypeMethodDescriptionvoidArtifact.addMetadata(ArtifactMetadata metadata) voidDefaultArtifact.addMetadata(ArtifactMetadata metadata) 
- 
Uses of ArtifactMetadata in org.apache.maven.artifact.metadataMethods in org.apache.maven.artifact.metadata with parameters of type ArtifactMetadataModifier and TypeMethodDescriptionvoidArtifactMetadata.merge(ArtifactMetadata metadata) Deprecated.
- 
Uses of ArtifactMetadata in org.apache.maven.artifact.repositoryMethods 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.layoutMethods 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.