public interface ScaffolderService
| Modifier and Type | Method and Description |
|---|---|
void |
executeScaffolder(ScaffolderContext context,
org.mule.apikit.model.ApiSpecification apiSpec,
List<MuleConfig> muleConfigs,
MuleDomain domain)
Modifies or creates the Mule config files which are contained in the app directory (passed through the muleConfigs parameter)
by running the scaffolder on the apiSpec passed as parameter.
|
void executeScaffolder(ScaffolderContext context, org.mule.apikit.model.ApiSpecification apiSpec, List<MuleConfig> muleConfigs, MuleDomain domain)
context - the context where the scaffolder will be executed. It includes, for example, the runtime version.apiSpec - the ApiSpecification that will be scaffoldedmuleConfigs - all the mule configs contained in the app directorydomain - the mule domain of the applicationCopyright © 2022. All rights reserved.