Uses of Interface
org.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
-
Uses of ArtifactMetadata in org.apache.maven.artifact.metadata
Subinterfaces of ArtifactMetadata in org.apache.maven.artifact.metadata Modifier and Type Interface Description interfaceArtifactMetadataDeprecated.Classes in org.apache.maven.artifact.metadata that implement ArtifactMetadata Modifier and Type Class Description classAbstractArtifactMetadataDeprecated. -
Uses of ArtifactMetadata in org.apache.maven.artifact.repository
Classes in org.apache.maven.artifact.repository that implement ArtifactMetadata Modifier and Type Class Description (package private) static classLegacyLocalRepositoryManager.ArtifactMetadataAdapterMethods in org.apache.maven.artifact.repository with parameters of type ArtifactMetadata Modifier and Type Method Description voidLegacyLocalRepositoryManager.ArtifactMetadataAdapter. merge(ArtifactMetadata metadata) -
Uses of ArtifactMetadata in org.apache.maven.artifact.repository.metadata
Subinterfaces of ArtifactMetadata in org.apache.maven.artifact.repository.metadata Modifier and Type Interface Description interfaceRepositoryMetadataDescribes repository directory metadata.Classes in org.apache.maven.artifact.repository.metadata that implement ArtifactMetadata Modifier and Type Class Description classAbstractRepositoryMetadataShared methods of the repository metadata handling.classArtifactRepositoryMetadataMetadata for the artifact directory of the repository.classGroupRepositoryMetadataMetadata for the group directory of the repository.classSnapshotArtifactRepositoryMetadataMetadata for the artifact version directory of the repository.Methods in org.apache.maven.artifact.repository.metadata with parameters of type ArtifactMetadata Modifier and Type Method Description voidAbstractRepositoryMetadata. merge(ArtifactMetadata metadata) -
Uses of ArtifactMetadata in org.apache.maven.project.artifact
Classes in org.apache.maven.project.artifact that implement ArtifactMetadata Modifier and Type Class Description classProjectArtifactMetadataAttach a POM to an artifact.Methods in org.apache.maven.project.artifact with parameters of type ArtifactMetadata Modifier and Type Method Description voidProjectArtifactMetadata. merge(ArtifactMetadata metadata) -
Uses of ArtifactMetadata in org.apache.maven.repository.legacy.metadata
Classes in org.apache.maven.repository.legacy.metadata that implement ArtifactMetadata Modifier and Type Class Description classAbstractArtifactMetadataCommon elements of artifact metadata.Methods in org.apache.maven.repository.legacy.metadata with parameters of type ArtifactMetadata Modifier and Type Method Description voidArtifactMetadata. merge(ArtifactMetadata metadata)Merge a new metadata set into this piece of metadata.
-