Uses of Interface
org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
Package
Description
Application programmer interface to implement semantic preserving workspace transformations.
Application programming interface to query refactoring history information from the refactoring infrastructure.
-
Uses of IRefactoringHistoryService in org.eclipse.ltk.core.refactoring
Modifier and TypeMethodDescriptionstatic IRefactoringHistoryService
RefactoringCore.getHistoryService()
Returns the singleton refactoring history service. -
Uses of IRefactoringHistoryService in org.eclipse.ltk.core.refactoring.history
Modifier and TypeMethodDescriptionRefactoringExecutionEvent.getHistoryService()
Returns the refactoring history serviceRefactoringHistoryEvent.getHistoryService()
Returns the refactoring history service.ModifierConstructorDescriptionRefactoringExecutionEvent
(IRefactoringHistoryService service, int type, RefactoringDescriptorProxy proxy) Creates a new refactoring execution event.RefactoringHistoryEvent
(IRefactoringHistoryService service, int type, RefactoringDescriptorProxy proxy) Creates a new refactoring history event.