Class JavaRewriteHandler

java.lang.Object
com.vaadin.copilot.JavaRewriteHandler
All Implemented Interfaces:
CopilotCommand

public class JavaRewriteHandler extends Object implements CopilotCommand
Handles commands to rewrite Java source code.
  • Field Details

    • UNDO_LABEL

      public static final String UNDO_LABEL
  • Constructor Details

    • JavaRewriteHandler

      public JavaRewriteHandler(ProjectManager projectManager, SourceSyncChecker sourceSyncChecker)
      Creates the one and only handler.
      Parameters:
      projectManager - the project manager
      sourceSyncChecker - the source sync checker for detecting out of sync scenarios
  • Method Details