Class RefactoringTask


  • public final class RefactoringTask
    extends Object
    The refactoring task. It is a set of fields that describes the refactoring operation.
    • Constructor Detail

      • RefactoringTask

        public RefactoringTask​(IBmObject bmObject,
                               String operationName)
        Creates a new refactoring task.
        Parameters:
        bmObject - the BM object to refactor, cannot be null.
        operationName - the localized operation name, cannot be null.
    • Method Detail

      • getBmObject

        public IBmObject getBmObject()
        Returns the BM object for refactoring operation.
        Returns:
        the BM object for refactoring operation, never null.
      • getOperationName

        public String getOperationName()
        Returns the localized refactoring operation name.
        Returns:
        the operation name, never null.