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 TypeMethodDescriptionvoidArtifact.addMetadata(ArtifactMetadata metadata) voidDefaultArtifact.addMetadata(ArtifactMetadata metadata) -
Uses of ArtifactMetadata in org.apache.maven.artifact.metadata
Classes in org.apache.maven.artifact.metadata that implement ArtifactMetadataModifier and TypeClassDescriptionclassCommon elements of artifact metadata.Methods in org.apache.maven.artifact.metadata with parameters of type ArtifactMetadataModifier and TypeMethodDescriptionvoidArtifactMetadata.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)