Class CompositeKonceptDefinitionSource
java.lang.Object
network.ike.docs.koncept.CompositeKonceptDefinitionSource
- All Implemented Interfaces:
KonceptDefinitionSource
A definition source that chains multiple sources in priority order.
Lookup queries each source in order and returns the first match. Sources listed earlier take priority, so a project-local file listed first will override definitions from the pipeline classpath.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a composite source that queries the given sources in order. -
Method Summary
Modifier and TypeMethodDescriptionLook up the definition for the given koncept identifier.
-
Constructor Details
-
CompositeKonceptDefinitionSource
Creates a composite source that queries the given sources in order.- Parameters:
sources- ordered list of definition sources (earlier entries take priority)
-
-
Method Details
-
lookup
Description copied from interface:KonceptDefinitionSourceLook up the definition for the given koncept identifier.- Specified by:
lookupin interfaceKonceptDefinitionSource- Parameters:
identifier- CamelCase koncept identifier (e.g., "HeartFailure")- Returns:
- the definition if found
-