| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultDependableCoordinate
Common usage of an DependableCoordinate for a Mojo 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DependableCoordinate | 
TransferUtils.toDependableCoordinate(org.apache.maven.model.Dependency dependency)  | 
static DependableCoordinate | 
TransferUtils.toDependableCoordinate(org.apache.maven.model.Extension extension)  | 
static DependableCoordinate | 
TransferUtils.toDependableCoordinate(org.apache.maven.model.Model model)  | 
static DependableCoordinate | 
TransferUtils.toDependableCoordinate(org.apache.maven.model.Parent parent)  | 
static DependableCoordinate | 
TransferUtils.toDependableCoordinate(org.apache.maven.model.Plugin plugin)  | 
static DependableCoordinate | 
TransferUtils.toDependableCoordinate(org.apache.maven.model.ReportPlugin plugin)
Convert  
plugin coordinates to DependableCoordinate. | 
| Modifier and Type | Method and Description | 
|---|---|
CollectorResult | 
DependencyCollector.collectDependencies(ProjectBuildingRequest buildingRequest,
                   DependableCoordinate root)  | 
| Modifier and Type | Method and Description | 
|---|---|
CollectorResult | 
MavenDependencyCollector.collectDependencies(DependableCoordinate root)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<ArtifactResult> | 
DependencyResolver.resolveDependencies(ProjectBuildingRequest buildingRequest,
                   DependableCoordinate coordinate,
                   TransformableFilter filter)
This will resolve the dependencies of the coordinate, not resolving the the artifact of the coordinate itself. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<ArtifactResult> | 
MavenDependencyResolver.resolveDependencies(DependableCoordinate coordinate,
                   TransformableFilter dependencyFilter)  | 
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.