Uses of Class
org.apache.maven.repository.metadata.ArtifactMetadata
Packages that use ArtifactMetadata
-
Uses of ArtifactMetadata in org.apache.maven.repository.metadata
Fields in org.apache.maven.repository.metadata declared as ArtifactMetadataFields in org.apache.maven.repository.metadata with type parameters of type ArtifactMetadataModifier and TypeFieldDescriptionprotected Collection<ArtifactMetadata>
ArtifactMetadata.dependencies
dependencies of the artifact behind this metadataMethods in org.apache.maven.repository.metadata that return ArtifactMetadataModifier and TypeMethodDescriptionMetadataResolution.getArtifactMetadata()
MetadataRetrievalException.getArtifactMetadata()
MetadataGraphVertex.getMd()
MetadataTreeNode.getMd()
MetadataResolutionRequest.getQuery()
Methods in org.apache.maven.repository.metadata that return types with arguments of type ArtifactMetadataModifier and TypeMethodDescriptionClasspathContainer.getClasspath()
ArtifactMetadata.getDependencies()
ClasspathContainer.iterator()
Methods in org.apache.maven.repository.metadata with parameters of type ArtifactMetadataModifier and TypeMethodDescriptionClasspathContainer.add
(ArtifactMetadata md) MetadataGraph.addVertex
(ArtifactMetadata md) MetadataGraph.findVertex
(ArtifactMetadata md) MetadataSource.retrieve
(ArtifactMetadata artifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories) void
MetadataResolution.setArtifactMetadata
(ArtifactMetadata artifactMetadata) void
MetadataGraphVertex.setMd
(ArtifactMetadata md) void
MetadataTreeNode.setMd
(ArtifactMetadata md) void
MetadataResolutionRequest.setQuery
(ArtifactMetadata query) Method parameters in org.apache.maven.repository.metadata with type arguments of type ArtifactMetadataModifier and TypeMethodDescriptionvoid
ClasspathContainer.setClasspath
(List<ArtifactMetadata> classpath) void
ArtifactMetadata.setDependencies
(Collection<ArtifactMetadata> dependencies) Constructors in org.apache.maven.repository.metadata with parameters of type ArtifactMetadataModifierConstructorDescriptionMetadataGraphVertex
(ArtifactMetadata md, boolean compareVersion, boolean compareScope) MetadataResolution
(ArtifactMetadata artifactMetadata) MetadataResolution
(ArtifactMetadata artifactMetadata, Collection<ArtifactRepository> metadataRepositories) MetadataResolutionRequest
(ArtifactMetadata query, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories) MetadataRetrievalException
(String message, Throwable cause, ArtifactMetadata artifact) MetadataTreeNode
(ArtifactMetadata md, MetadataTreeNode parent, boolean resolved, ArtifactScopeEnum scope) Constructor parameters in org.apache.maven.repository.metadata with type arguments of type ArtifactMetadataModifierConstructorDescriptionClasspathContainer
(List<ArtifactMetadata> classpath, ArtifactScopeEnum scope)