Package org.frankframework.align
Class SubstitutionNode<V>
java.lang.Object
org.frankframework.align.SubstitutionNode<V>
- Direct Known Subclasses:
OverridesMap
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMatchingValue
(AlignmentContext context, String elementName) protected void
registerSubstitute
(String[] elements, int index, V value) void
registerSubstitute
(String path, V value) void
registerSubstitutes
(Map<String, V> substitutes)
-
Field Details
-
log
protected org.apache.logging.log4j.Logger log
-
-
Constructor Details
-
SubstitutionNode
public SubstitutionNode()
-
-
Method Details
-
registerSubstitutes
-
registerSubstitute
-
registerSubstitute
-
getMatchingValue
-