Interface Refactoring

All Known Subinterfaces:
CustomizableRefactoring<T>, Merge, MigrateBTreeIndexes, Normalize, Rename

public interface Refactoring
Executable definition of a refactoring.
Since:
1.10.0
Author:
Michael J. Simons
Soundtrack
Nightwish - Decades: Live In Buenos Aires
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(RefactoringContext refactoringContext)
    Applies this refactoring in the given context
  • Method Details

    • apply

      Counters apply(RefactoringContext refactoringContext)
      Applies this refactoring in the given context
      Parameters:
      refactoringContext - The context in which the refactoring is to be applied
      Returns:
      Statistics about modified schema content