Class ExtractSharedKernelCommand
- java.lang.Object
-
- org.contextmapper.dsl.ide.commands.impl.refactoring.AbstractRefactoringCommand
-
- org.contextmapper.dsl.ide.commands.impl.refactoring.ExtractSharedKernelCommand
-
- All Implemented Interfaces:
CMLResourceCommand
public class ExtractSharedKernelCommand extends AbstractRefactoringCommand
-
-
Constructor Summary
Constructors Constructor Description ExtractSharedKernelCommand(WorkspaceEditRecorder editRecorder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.contextmapper.dsl.refactoring.SemanticCMLRefactoringgetRefactoring(org.eclipse.lsp4j.ExecuteCommandParams params)Override this method to define the refactoring that shall be called.-
Methods inherited from class org.contextmapper.dsl.ide.commands.impl.refactoring.AbstractRefactoringCommand
executeCommand
-
-
-
-
Constructor Detail
-
ExtractSharedKernelCommand
public ExtractSharedKernelCommand(WorkspaceEditRecorder editRecorder)
-
-
Method Detail
-
getRefactoring
protected org.contextmapper.dsl.refactoring.SemanticCMLRefactoring getRefactoring(org.eclipse.lsp4j.ExecuteCommandParams params)
Description copied from class:AbstractRefactoringCommandOverride this method to define the refactoring that shall be called.- Specified by:
getRefactoringin classAbstractRefactoringCommand
-
-