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