|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DependencyGraphTransformationContext
A context used during dependency collection to exchange information within a chain of dependency graph transformers.
DependencyGraphTransformer
Method Summary | |
---|---|
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. |
Method Detail |
---|
RepositorySystemSession getSession()
null
.Object get(Object key)
key
- The key used to query the value, must not be null
.
null
if none.Object put(Object key, Object value)
key
- The key used to store the value, must not be null
.value
- The value to store, may be null
.
null
if none.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |