Class SCLCommandService
- java.lang.Object
-
- org.contextmapper.servicecutter.dsl.ide.commands.SCLCommandService
-
- All Implemented Interfaces:
org.eclipse.xtext.ide.server.commands.IExecutableCommandService
public class SCLCommandService extends java.lang.Object implements org.eclipse.xtext.ide.server.commands.IExecutableCommandService
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMMAND_EXECUTED_RETURN_VALUEstatic java.lang.StringCOMMAND_EXECUTION_ERROR_PREFIX
-
Constructor Summary
Constructors Constructor Description SCLCommandService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectexecute(org.eclipse.lsp4j.ExecuteCommandParams params, org.eclipse.xtext.ide.server.ILanguageServerAccess access, org.eclipse.xtext.util.CancelIndicator cancelIndicator)java.util.List<java.lang.String>initialize()
-
-
-
Field Detail
-
COMMAND_EXECUTED_RETURN_VALUE
public static final java.lang.String COMMAND_EXECUTED_RETURN_VALUE
- See Also:
- Constant Field Values
-
COMMAND_EXECUTION_ERROR_PREFIX
public static final java.lang.String COMMAND_EXECUTION_ERROR_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
public java.util.List<java.lang.String> initialize()
- Specified by:
initializein interfaceorg.eclipse.xtext.ide.server.commands.IExecutableCommandService
-
execute
public java.lang.Object execute(org.eclipse.lsp4j.ExecuteCommandParams params, org.eclipse.xtext.ide.server.ILanguageServerAccess access, org.eclipse.xtext.util.CancelIndicator cancelIndicator)- Specified by:
executein interfaceorg.eclipse.xtext.ide.server.commands.IExecutableCommandService
-
-