Class DefaultDependencyGraphTransformationContext
- java.lang.Object
-
- org.eclipse.aether.internal.impl.collect.DefaultDependencyGraphTransformationContext
-
- All Implemented Interfaces:
org.eclipse.aether.collection.DependencyGraphTransformationContext
public class DefaultDependencyGraphTransformationContext extends java.lang.Object implements org.eclipse.aether.collection.DependencyGraphTransformationContext
Default implementation ofDependencyGraphTransformationContext. Internal helper class for collector implementations.
-
-
Constructor Summary
Constructors Constructor Description DefaultDependencyGraphTransformationContext(org.eclipse.aether.RepositorySystemSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.Object key)org.eclipse.aether.RepositorySystemSessiongetSession()java.lang.Objectput(java.lang.Object key, java.lang.Object value)java.lang.StringtoString()
-
-
-
Constructor Detail
-
DefaultDependencyGraphTransformationContext
public DefaultDependencyGraphTransformationContext(org.eclipse.aether.RepositorySystemSession session)
-
-
Method Detail
-
getSession
public org.eclipse.aether.RepositorySystemSession getSession()
- Specified by:
getSessionin interfaceorg.eclipse.aether.collection.DependencyGraphTransformationContext
-
get
public java.lang.Object get(java.lang.Object key)
- Specified by:
getin interfaceorg.eclipse.aether.collection.DependencyGraphTransformationContext
-
put
public java.lang.Object put(java.lang.Object key, java.lang.Object value)
- Specified by:
putin interfaceorg.eclipse.aether.collection.DependencyGraphTransformationContext
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-