Interface IRefactoring


  • public interface IRefactoring
    The refactoring entity.
    • Method Detail

      • getTitle

        String getTitle()
        Gets the refactoring title.
        Returns:
        the refactoring title, never null.
      • getStatus

        RefactoringStatus getStatus()
        Returns the refactoring status.
        Returns:
        the refactoring status, never null.
      • perform

        void perform()
        Performs the refactoring.