Class DefaultDependencyCollectionContext
- java.lang.Object
-
- org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
-
- All Implemented Interfaces:
org.eclipse.aether.collection.DependencyCollectionContext
public final class DefaultDependencyCollectionContext extends java.lang.Object implements org.eclipse.aether.collection.DependencyCollectionContext
Internal helper class for collector implementations.
-
-
Constructor Summary
Constructors Constructor Description DefaultDependencyCollectionContext(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.artifact.Artifact artifact, org.eclipse.aether.graph.Dependency dependency, java.util.List<org.eclipse.aether.graph.Dependency> managedDependencies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.aether.artifact.Artifact
getArtifact()
org.eclipse.aether.graph.Dependency
getDependency()
java.util.List<org.eclipse.aether.graph.Dependency>
getManagedDependencies()
org.eclipse.aether.RepositorySystemSession
getSession()
void
set(org.eclipse.aether.graph.Dependency dependency, java.util.List<org.eclipse.aether.graph.Dependency> managedDependencies)
java.lang.String
toString()
-
-
-
Constructor Detail
-
DefaultDependencyCollectionContext
public DefaultDependencyCollectionContext(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.artifact.Artifact artifact, org.eclipse.aether.graph.Dependency dependency, java.util.List<org.eclipse.aether.graph.Dependency> managedDependencies)
-
-
Method Detail
-
getSession
public org.eclipse.aether.RepositorySystemSession getSession()
- Specified by:
getSession
in interfaceorg.eclipse.aether.collection.DependencyCollectionContext
-
getArtifact
public org.eclipse.aether.artifact.Artifact getArtifact()
- Specified by:
getArtifact
in interfaceorg.eclipse.aether.collection.DependencyCollectionContext
-
getDependency
public org.eclipse.aether.graph.Dependency getDependency()
- Specified by:
getDependency
in interfaceorg.eclipse.aether.collection.DependencyCollectionContext
-
getManagedDependencies
public java.util.List<org.eclipse.aether.graph.Dependency> getManagedDependencies()
- Specified by:
getManagedDependencies
in interfaceorg.eclipse.aether.collection.DependencyCollectionContext
-
set
public void set(org.eclipse.aether.graph.Dependency dependency, java.util.List<org.eclipse.aether.graph.Dependency> managedDependencies)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-