public interface DependencyCollector
| Modifier and Type | Method and Description |
|---|---|
CollectorResult |
collectDependencies(ProjectBuildingRequest buildingRequest,
DependableCoordinate root) |
CollectorResult |
collectDependencies(ProjectBuildingRequest buildingRequest,
org.apache.maven.model.Dependency root)
A dependency may have excludes
|
CollectorResult |
collectDependencies(ProjectBuildingRequest buildingRequest,
org.apache.maven.model.Model root) |
CollectorResult collectDependencies(ProjectBuildingRequest buildingRequest, org.apache.maven.model.Dependency root) throws DependencyCollectorException
buildingRequest - ProjectBuildingRequestroot - DependencyCollectorResultDependencyCollectorException - in case of an error.CollectorResult collectDependencies(ProjectBuildingRequest buildingRequest, DependableCoordinate root) throws DependencyCollectorException
buildingRequest - ProjectBuildingRequest.root - DependableCoordinateCollectorResultDependencyCollectorException - in case of an error which can be a component lookup error or
an error while trying to look up the dependencies.CollectorResult collectDependencies(ProjectBuildingRequest buildingRequest, org.apache.maven.model.Model root) throws DependencyCollectorException
buildingRequest - ProjectBuildingRequest.root - ModelCollectorResultDependencyCollectorException - in case of an error which can be a component lookup error or
an error while trying to look up the dependencies.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.