Protected Readonly_fileProtected Readonly_templateProtected Readonly_templateProtectedgetRetrieves the title of a template page in the specified language.
An object containing language-specific titles.
The language identifier for the title. Defaults to "en", if not provided.
The page title in the specified language, or the first available language if not found.
This method generates the necessary artifacts - dependencies needed to populate the template which generates the base implementation for the list capability. When all dependent artifacts are generated and retrieved, then base list reader template is populated and rendered.
Optionaldependencies: TemplateDependencyMapDependencies providing the information about the aggregate and context for the template.
The
BaseListLdkitReaderGeneratorclass is responsible for generating the base implementation for the list capability which makes use of the LDkit library. To generate the artifact, this class uses template population approach; therefore it extends theTemplateConsumerclass.