Uses of Class
org.apache.maven.repository.metadata.ArtifactMetadata
Packages that use ArtifactMetadata
-
Uses of ArtifactMetadata in org.apache.maven.repository.metadata
Classes in org.apache.maven.repository.metadata that implement interfaces with type arguments of type ArtifactMetadataModifier and TypeClassDescriptionclassclasspath container that is aware of the classpath scopeFields 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.dependenciesdependencies 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) voidMetadataResolution.setArtifactMetadata(ArtifactMetadata artifactMetadata) voidMetadataGraphVertex.setMd(ArtifactMetadata md) voidMetadataTreeNode.setMd(ArtifactMetadata md) voidMetadataResolutionRequest.setQuery(ArtifactMetadata query) Method parameters in org.apache.maven.repository.metadata with type arguments of type ArtifactMetadataModifier and TypeMethodDescriptionvoidClasspathContainer.setClasspath(List<ArtifactMetadata> classpath) voidArtifactMetadata.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)