Class DevSetupHandler

java.lang.Object
com.vaadin.copilot.plugins.devsetup.DevSetupHandler
All Implemented Interfaces:
CopilotCommand

public class DevSetupHandler extends Object implements CopilotCommand
Handler for development environment setup.
  • Constructor Details

  • Method Details

    • handleMessage

      public boolean handleMessage(String command, elemental.json.JsonObject data, com.vaadin.base.devserver.DevToolsInterface devToolsInterface)
      Specified by:
      handleMessage in interface CopilotCommand
    • getLogger

      protected org.slf4j.Logger getLogger()