public interface DependencyGraphTransformationContext
DependencyGraphTransformer
Modifier and Type | Method and Description |
---|---|
Object |
get(Object key)
Gets a keyed value from the context.
|
RepositorySystemSession |
getSession()
Gets the repository system session during which the graph transformation happens.
|
Object |
put(Object key,
Object value)
Puts a keyed value into the context.
|
RepositorySystemSession getSession()
null
.Object get(Object key)
key
- The key used to query the value, must not be null
.null
if none.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.