public final class DefaultDependencyCollectionContext extends Object implements DependencyCollectionContext
| Constructor and Description |
|---|
DefaultDependencyCollectionContext(RepositorySystemSession session,
Artifact artifact,
Dependency dependency,
List<Dependency> managedDependencies) |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
getArtifact() |
Dependency |
getDependency() |
List<Dependency> |
getManagedDependencies() |
RepositorySystemSession |
getSession() |
void |
set(Dependency dependency,
List<Dependency> managedDependencies) |
String |
toString() |
public DefaultDependencyCollectionContext(RepositorySystemSession session, Artifact artifact, Dependency dependency, List<Dependency> managedDependencies)
public RepositorySystemSession getSession()
getSession in interface DependencyCollectionContextpublic Artifact getArtifact()
getArtifact in interface DependencyCollectionContextpublic Dependency getDependency()
getDependency in interface DependencyCollectionContextpublic List<Dependency> getManagedDependencies()
getManagedDependencies in interface DependencyCollectionContextpublic void set(Dependency dependency, List<Dependency> managedDependencies)
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.