Class MoveRefactoring

  • All Implemented Interfaces:
    IAdaptable

    public class MoveRefactoring
    extends ProcessorBasedRefactoring
    A generic move refactoring. The actual refactoring is done by the move processor passed to the constructor.

    This class is not intended to be subclassed by clients.

    Since:
    3.0
    Restriction:
    This class is not intended to be subclassed by clients.