public interface DependencyGraphTransformationContext
DependencyGraphTransformer| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
get(java.lang.Object key) |
Gets a keyed value from the context.
|
RepositorySystemSession |
getSession() |
Gets the repository system session during which the graph transformation happens.
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value) |
Puts a keyed value into the context.
|
RepositorySystemSession getSession()
null.java.lang.Object get(java.lang.Object key)
key - The key used to query the value, must not be null.null if none.java.lang.Object put(java.lang.Object key, java.lang.Object value)
key - The key used to store the value, must not be null.value - The value to store, may be null to remove the mapping.null if none.