Interface IRenameStrategy2
-
- All Known Implementing Classes:
IRenameStrategy2.DefaultImpl
public interface IRenameStrategy2Called to rename an element in theIChangeSerializerbased refactoring. Clients may extend theIRenameStrategy2.DefaultImplto customize the behavior or implement this interface directly. Changes are usually performed in theRenameContext- Since:
- 2.13
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIRenameStrategy2.DefaultImpl
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyRename(RenameContext context)
-
-
-
Method Detail
-
applyRename
void applyRename(RenameContext context)
-
-