public interface SubstitutionProvider<V>
Modifier and Type | Method and Description |
---|---|
V |
getDefault(AlignmentContext context) |
V |
getOverride(AlignmentContext context) |
V |
getSubstitutionsFor(AlignmentContext context,
String childName) |
boolean |
hasOverride(AlignmentContext context) |
boolean |
hasSubstitutionsFor(AlignmentContext context,
String childName) |
boolean hasSubstitutionsFor(AlignmentContext context, String childName)
V getSubstitutionsFor(AlignmentContext context, String childName)
boolean hasOverride(AlignmentContext context)
V getOverride(AlignmentContext context)
V getDefault(AlignmentContext context)
Copyright © 2023 Frank!Framework. All rights reserved.