Class RefactoringContributorsRegistry

java.lang.Object
com._1c.g5.v8.dt.internal.refactoring.core.RefactoringContributorsRegistry

public final class RefactoringContributorsRegistry extends Object
The registry of the refactoring bundle contributions.
  • Method Details

    • getRenameChangeContributors

      public static List<IRenameRefactoringContributor> getRenameChangeContributors()
      Returns unmodifiable list of rename refactoring contributors.
      Returns:
      rename refactoring change contributors, never null.
    • getDeleteChangeContributors

      public static List<IDeleteRefactoringContributor> getDeleteChangeContributors()
      Returns unmodifiable list of delete refactoring contributors.
      Returns:
      delete refactoring change contributors, never null.