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 DependencyCollectionContext
public Artifact getArtifact()
getArtifact
in interface DependencyCollectionContext
public Dependency getDependency()
getDependency
in interface DependencyCollectionContext
public List<Dependency> getManagedDependencies()
getManagedDependencies
in interface DependencyCollectionContext
public void set(Dependency dependency, List<Dependency> managedDependencies)
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.