Package | Description |
---|---|
org.apache.maven.api | |
org.apache.maven.api.services | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
Dependency |
Node.getDependency() |
Modifier and Type | Method and Description |
---|---|
static DependencyCoordinateFactoryRequest |
DependencyCoordinateFactoryRequest.build(Session session,
Dependency dependency) |
default DependencyCoordinate |
DependencyCoordinateFactory.create(Session session,
Dependency dependency) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDependency |
Modifier and Type | Method and Description |
---|---|
Dependency |
DefaultNode.getDependency() |
Dependency |
AbstractSession.getDependency(org.eclipse.aether.graph.Dependency dependency) |
Modifier and Type | Method and Description |
---|---|
DependencyCoordinate |
AbstractSession.createDependencyCoordinate(Dependency dependency)
Shortcut for
getService(DependencyFactory.class).create(...) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.