Interface WeaveBuildComponent
-
- All Superinterfaces:
org.mule.dx.platform.api.component.ComponentLifecycle,LanguageServerLifecycle,WeaveComponent
public interface WeaveBuildComponent extends WeaveComponent
Handles how a project is being built
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbuild()voidbuildWithTests()Executes the build on this project-
Methods inherited from interface org.mule.weave.extension.api.lifecycle.LanguageServerLifecycle
initialize, initialized, shutdown
-
Methods inherited from interface org.mule.weave.extension.api.component.WeaveComponent
start, stop
-
-