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.Object
get(java.lang.Object key)
org.eclipse.aether.RepositorySystemSession
getSession()
java.lang.Object
put(java.lang.Object key, java.lang.Object value)
java.lang.String
toString()
-
-
-
Constructor Detail
-
DefaultDependencyGraphTransformationContext
public DefaultDependencyGraphTransformationContext(org.eclipse.aether.RepositorySystemSession session)
-
-
Method Detail
-
getSession
public org.eclipse.aether.RepositorySystemSession getSession()
- Specified by:
getSession
in interfaceorg.eclipse.aether.collection.DependencyGraphTransformationContext
-
get
public java.lang.Object get(java.lang.Object key)
- Specified by:
get
in interfaceorg.eclipse.aether.collection.DependencyGraphTransformationContext
-
put
public java.lang.Object put(java.lang.Object key, java.lang.Object value)
- Specified by:
put
in interfaceorg.eclipse.aether.collection.DependencyGraphTransformationContext
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-