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 Detail

      • createCommands

        WeaveCommand[] createCommands​(org.mule.dx.platform.api.project.Project project)
        Parameters:
        project - The Project where commands are going to be registered.
        Returns:
        The collection of commands to be added