Interface WeaveCommandProviderExtension
-
- All Superinterfaces:
WeaveExtension
public interface WeaveCommandProviderExtension extends WeaveExtension
Provides commands to be added to the Language Server that depends specific on this kind of project. This component allows to provide custom experiences
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WeaveCommand[]createCommands(org.mule.dx.platform.api.project.Project project)-
Methods inherited from interface org.mule.weave.extension.api.extension.WeaveExtension
accept
-
-
-
-
Method Detail
-
createCommands
WeaveCommand[] createCommands(org.mule.dx.platform.api.project.Project project)
- Parameters:
project- TheProjectwhere commands are going to be registered.- Returns:
- The collection of commands to be added
-
-