public class DefaultDependencyGraphTransformationContext extends Object implements org.eclipse.aether.collection.DependencyGraphTransformationContext
DependencyGraphTransformationContext
.
Internal helper class for collector implementations.Constructor and Description |
---|
DefaultDependencyGraphTransformationContext(org.eclipse.aether.RepositorySystemSession session) |
Modifier and Type | Method and Description |
---|---|
Object |
get(Object key) |
org.eclipse.aether.RepositorySystemSession |
getSession() |
Object |
put(Object key,
Object value) |
String |
toString() |
public DefaultDependencyGraphTransformationContext(org.eclipse.aether.RepositorySystemSession session)
public org.eclipse.aether.RepositorySystemSession getSession()
getSession
in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
public Object get(Object key)
get
in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
public Object put(Object key, Object value)
put
in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.