Class I18nHandler

java.lang.Object
com.vaadin.copilot.plugins.i18n.I18nHandler
All Implemented Interfaces:
CopilotCommand

public class I18nHandler extends Object implements CopilotCommand
Command handler for i18n related operations
  • Constructor Details

    • I18nHandler

      public I18nHandler(com.vaadin.flow.server.startup.ApplicationConfiguration applicationConfiguration, ProjectManager projectManager)
      Create a new i18n handler
    • I18nHandler

      public I18nHandler(com.vaadin.flow.server.startup.ApplicationConfiguration applicationConfiguration, ProjectManager projectManager, JavaRewriteHandler javaRewriteHandler)
      Create a new i18n handler
  • Method Details

    • handleMessage

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