public interface LSCommandExecutor
Modifier and Type | Field and Description |
---|---|
static String |
ARG_KEY |
static String |
ARG_VALUE |
Modifier and Type | Method and Description |
---|---|
Object |
execute(LSContext context)
Execute the Command.
|
String |
getCommand()
Get the Command name as a String.
|
static final String ARG_KEY
static final String ARG_VALUE
Object execute(LSContext context) throws LSCommandExecutorException
context
- Language Server Context.Object
Command Execution resultLSCommandExecutorException
- exception while executing the code actionCopyright © 2019 WSO2. All rights reserved.