Class RefactoringContributorsRegistry
java.lang.Object
com._1c.g5.v8.dt.internal.refactoring.core.RefactoringContributorsRegistry
The registry of the refactoring bundle contributions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<IDeleteRefactoringContributor>
Returns unmodifiable list of delete refactoring contributors.static List<IRenameRefactoringContributor>
Returns unmodifiable list of rename refactoring contributors.
-
Method Details
-
getRenameChangeContributors
Returns unmodifiable list of rename refactoring contributors.- Returns:
- rename refactoring change contributors, never
null
.
-
getDeleteChangeContributors
Returns unmodifiable list of delete refactoring contributors.- Returns:
- delete refactoring change contributors, never
null
.
-