Klasse RenameElementsOperation

Alle implementierten Schnittstellen:
SuffixConstants, org.eclipse.core.resources.IWorkspaceRunnable, org.eclipse.core.runtime.ICoreRunnable, org.eclipse.core.runtime.IProgressMonitor

public class RenameElementsOperation extends MoveElementsOperation
This operation renames elements.

Notes:

  • Resource rename is not supported - this operation only renames elements contained in compilation units.
  • When a main type is renamed, its compilation unit and constructors are renamed.
  • Constructors cannot be renamed.