| Package | Description | 
|---|---|
| org.apache.maven.repository.metadata | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ArtifactMetadata | MetadataResolutionRequest. query | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Collection<ArtifactMetadata> | ArtifactMetadata. dependenciesdependencies of the artifact behind this metadata | 
| Modifier and Type | Method and Description | 
|---|---|
| ArtifactMetadata | MetadataRetrievalException. getArtifactMetadata() | 
| ArtifactMetadata | MetadataResolution. getArtifactMetadata() | 
| ArtifactMetadata | MetadataTreeNode. getMd() | 
| ArtifactMetadata | MetadataGraphVertex. getMd() | 
| ArtifactMetadata | MetadataResolutionRequest. getQuery() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ArtifactMetadata> | ClasspathContainer. getClasspath() | 
| Collection<ArtifactMetadata> | ArtifactMetadata. getDependencies() | 
| Iterator<ArtifactMetadata> | ClasspathContainer. iterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| ClasspathContainer | ClasspathContainer. add(ArtifactMetadata md) | 
| MetadataGraphVertex | MetadataGraph. addVertex(ArtifactMetadata md) | 
| MetadataGraphVertex | MetadataGraph. findVertex(ArtifactMetadata md) | 
| MetadataResolution | MetadataSource. retrieve(ArtifactMetadata artifact,
        ArtifactRepository localRepository,
        List<ArtifactRepository> remoteRepositories) | 
| void | MetadataResolution. setArtifactMetadata(ArtifactMetadata artifactMetadata) | 
| void | MetadataTreeNode. setMd(ArtifactMetadata md) | 
| void | MetadataGraphVertex. setMd(ArtifactMetadata md) | 
| void | MetadataResolutionRequest. setQuery(ArtifactMetadata query) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClasspathContainer. setClasspath(List<ArtifactMetadata> classpath) | 
| void | ArtifactMetadata. setDependencies(Collection<ArtifactMetadata> dependencies) | 
| Constructor and Description | 
|---|
| MetadataGraphVertex(ArtifactMetadata md) | 
| MetadataGraphVertex(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 and Description | 
|---|
| ClasspathContainer(List<ArtifactMetadata> classpath,
                  ArtifactScopeEnum scope) | 
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.