Uses of Interface
org.apache.maven.artifact.metadata.ArtifactMetadata
Packages that use ArtifactMetadata
Package
Description
-
Uses of ArtifactMetadata in org.apache.maven.artifact
Fields in org.apache.maven.artifact with type parameters of type ArtifactMetadataModifier and TypeFieldDescriptionprivate Map<Object,
ArtifactMetadata> DefaultArtifact.metadataMap
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.manager
Methods in org.apache.maven.artifact.manager with parameters of type ArtifactMetadataModifier and TypeMethodDescriptionvoid
DefaultWagonManager.getArtifactMetadata
(ArtifactMetadata metadata, ArtifactRepository repository, File destination, String checksumPolicy) void
WagonManager.getArtifactMetadata
(ArtifactMetadata metadata, ArtifactRepository remoteRepository, File destination, String checksumPolicy) void
DefaultWagonManager.getArtifactMetadataFromDeploymentRepository
(ArtifactMetadata metadata, ArtifactRepository repository, File destination, String checksumPolicy) void
WagonManager.getArtifactMetadataFromDeploymentRepository
(ArtifactMetadata metadata, ArtifactRepository remoteRepository, File file, String checksumPolicyWarn) void
DefaultWagonManager.putArtifactMetadata
(File source, ArtifactMetadata artifactMetadata, ArtifactRepository repository) void
WagonManager.putArtifactMetadata
(File source, ArtifactMetadata artifactMetadata, ArtifactRepository repository) -
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) DefaultArtifactRepository.pathOfLocalRepositoryMetadata
(ArtifactMetadata metadata, ArtifactRepository repository) ArtifactRepository.pathOfRemoteRepositoryMetadata
(ArtifactMetadata artifactMetadata) DefaultArtifactRepository.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) private String
DefaultRepositoryLayout.pathOfRepositoryMetadata
(ArtifactMetadata metadata, String filename) private String
LegacyRepositoryLayout.pathOfRepositoryMetadata
(ArtifactMetadata metadata, String filename) -
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 TypeMethodDescriptionprivate boolean
DefaultRepositoryMetadataManager.alreadyResolved
(ArtifactMetadata metadata) void
DefaultRepositoryMetadataManager.deploy
(ArtifactMetadata metadata, ArtifactRepository localRepository, ArtifactRepository deploymentRepository) void
RepositoryMetadataManager.deploy
(ArtifactMetadata metadata, ArtifactRepository localRepository, ArtifactRepository deploymentRepository) Deploy metadata to the remote repository.private File
DefaultRepositoryMetadataManager.getArtifactMetadataFromDeploymentRepository
(ArtifactMetadata metadata, ArtifactRepository localRepository, ArtifactRepository remoteRepository) void
DefaultRepositoryMetadataManager.install
(ArtifactMetadata metadata, ArtifactRepository localRepository) void
RepositoryMetadataManager.install
(ArtifactMetadata metadata, ArtifactRepository localRepository) Install the metadata in the local repository.void
AbstractRepositoryMetadata.merge
(ArtifactMetadata metadata) -
Uses of ArtifactMetadata in org.apache.maven.artifact.transform
Methods in org.apache.maven.artifact.transform that return ArtifactMetadataModifier and TypeMethodDescriptionprivate ArtifactMetadata
ReleaseArtifactTransformation.createMetadata
(Artifact artifact) -
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 that return ArtifactMetadataMethods in org.apache.maven.project.artifact that return types with arguments of type ArtifactMetadataMethods in org.apache.maven.project.artifact with parameters of type ArtifactMetadataModifier and TypeMethodDescriptionvoid
ActiveProjectArtifact.addMetadata
(ArtifactMetadata metadata) void
AttachedArtifact.addMetadata
(ArtifactMetadata metadata) void
ProjectArtifactMetadata.merge
(ArtifactMetadata metadata)