public class SubstitutionNode<V> extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.logging.log4j.Logger |
log |
Constructor and Description |
---|
SubstitutionNode() |
Modifier and Type | Method and Description |
---|---|
V |
getMatchingValue(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) |
public V getMatchingValue(AlignmentContext context, String elementName)
Copyright © 2023 Frank!Framework. All rights reserved.