Class SplitStoryByVerbCommandMapper
- java.lang.Object
-
- org.contextmapper.dsl.ide.quickfix.impl.SplitStoryByVerbCommandMapper
-
- All Implemented Interfaces:
QuickfixCommandMapper
public class SplitStoryByVerbCommandMapper extends java.lang.Object implements QuickfixCommandMapper
-
-
Constructor Summary
Constructors Constructor Description SplitStoryByVerbCommandMapper(org.contextmapper.dsl.quickfixes.CMLQuickFix<? extends org.eclipse.emf.ecore.EObject> quickFix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.lsp4j.CodeActiongetCodeAction(org.contextmapper.dsl.cml.CMLResource cmlResource, org.eclipse.emf.ecore.EObject selectedObject)Returns the code action that shall be called for a specific quickfix.
-
-
-
Method Detail
-
getCodeAction
public org.eclipse.lsp4j.CodeAction getCodeAction(org.contextmapper.dsl.cml.CMLResource cmlResource, org.eclipse.emf.ecore.EObject selectedObject)Description copied from interface:QuickfixCommandMapperReturns the code action that shall be called for a specific quickfix.- Specified by:
getCodeActionin interfaceQuickfixCommandMapper- Parameters:
cmlResource- the current CML resourcesselectedObject- the currently selected object- Returns:
- the command that shall be called to invoke the quickfix
-
-