public class VisitorContext extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
VisitorContext() |
VisitorContext(ChainConfig ac) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAllResultNodes(Collection<Object> nodes) |
boolean |
addResultNode(Object node) |
void |
addTransformationMessage(String message) |
ChainConfig |
getArchitectureConfig() |
Object |
getBean(String name,
Map<?,?> parameters) |
ClassLoader |
getClassLoader() |
URI |
getResource(String resource) |
Collection<Object> |
getResultNodes() |
Collection<String> |
getVisitorMessages() |
boolean |
hasResultNodes() |
Object |
put(String key,
Object value) |
Object |
remove(Object key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic VisitorContext()
public VisitorContext(ChainConfig ac)
public boolean addResultNode(Object node)
public boolean addAllResultNodes(Collection<Object> nodes)
public Collection<Object> getResultNodes()
public boolean hasResultNodes()
public ChainConfig getArchitectureConfig()
public void addTransformationMessage(String message)
public Collection<String> getVisitorMessages()
public ClassLoader getClassLoader()
Copyright © 2017. All rights reserved.