Package org.frankframework.align
Class OverridesMap<V>
java.lang.Object
org.frankframework.align.SubstitutionNode<V>
org.frankframework.align.OverridesMap<V>
- All Implemented Interfaces:
SubstitutionProvider<V>
-
Field Summary
Fields inherited from class org.frankframework.align.SubstitutionNode
log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDefault
(AlignmentContext context) getOverride
(AlignmentContext context) getSubstitutionsFor
(AlignmentContext context, String childName) boolean
hasOverride
(AlignmentContext context) boolean
hasSubstitutionsFor
(AlignmentContext context, String childName) protected void
registerParent
(String parent, String child) protected void
registerSubstitute
(String[] elements, int index, V value) Methods inherited from class org.frankframework.align.SubstitutionNode
getMatchingValue, registerSubstitute, registerSubstitutes
-
Constructor Details
-
OverridesMap
public OverridesMap()
-
-
Method Details
-
registerSubstitute
- Overrides:
registerSubstitute
in classSubstitutionNode<V>
-
registerParent
-
hasSubstitutionsFor
- Specified by:
hasSubstitutionsFor
in interfaceSubstitutionProvider<V>
-
getSubstitutionsFor
- Specified by:
getSubstitutionsFor
in interfaceSubstitutionProvider<V>
-
hasOverride
- Specified by:
hasOverride
in interfaceSubstitutionProvider<V>
-
getOverride
- Specified by:
getOverride
in interfaceSubstitutionProvider<V>
-
getDefault
- Specified by:
getDefault
in interfaceSubstitutionProvider<V>
-