Class ExtractSuggestedServiceCommand
- java.lang.Object
-
- org.contextmapper.dsl.ide.commands.impl.refactoring.AbstractRefactoringCommand
-
- org.contextmapper.dsl.ide.commands.impl.refactoring.ExtractSuggestedServiceCommand
-
- All Implemented Interfaces:
CMLResourceCommand
public class ExtractSuggestedServiceCommand extends AbstractRefactoringCommand
-
-
Constructor Summary
Constructors Constructor Description ExtractSuggestedServiceCommand(WorkspaceEditRecorder editRecorder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteCommand(org.contextmapper.dsl.cml.CMLResource cmlResource, org.eclipse.xtext.ide.server.Document document, org.eclipse.xtext.ide.server.ILanguageServerAccess access, org.eclipse.lsp4j.ExecuteCommandParams params)protected org.contextmapper.dsl.refactoring.SemanticCMLRefactoringgetRefactoring(org.eclipse.lsp4j.ExecuteCommandParams params)Override this method to define the refactoring that shall be called.
-
-
-
Constructor Detail
-
ExtractSuggestedServiceCommand
public ExtractSuggestedServiceCommand(WorkspaceEditRecorder editRecorder)
-
-
Method Detail
-
executeCommand
public void executeCommand(org.contextmapper.dsl.cml.CMLResource cmlResource, org.eclipse.xtext.ide.server.Document document, org.eclipse.xtext.ide.server.ILanguageServerAccess access, org.eclipse.lsp4j.ExecuteCommandParams params)- Specified by:
executeCommandin interfaceCMLResourceCommand- Overrides:
executeCommandin classAbstractRefactoringCommand
-
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
-
-