Class CopyProcessor

All Implemented Interfaces:
IAdaptable

public abstract class CopyProcessor extends RefactoringProcessor
A special processor that performs copy operations. A copy processor is responsible for actually copying elements to a shared clipboard.

This class should be subclassed by clients wishing to provide a special copy processor.

The main purpose of this class is type safety for the generic copy refactoring

Since:
3.1
  • Constructor Details

    • CopyProcessor

      public CopyProcessor()