public class PullModuleExecutor extends Object implements LSCommandExecutor
ARG_KEY, ARG_VALUE
Constructor and Description |
---|
PullModuleExecutor() |
Modifier and Type | Method and Description |
---|---|
Object |
execute(LSContext context)
Execute the Command.
|
String |
getCommand()
Get the Command name as a String.
|
public Object execute(LSContext context) throws LSCommandExecutorException
execute
in interface LSCommandExecutor
context
- Language Server Context.Object
Command Execution resultLSCommandExecutorException
- exception while executing the code actionpublic String getCommand()
getCommand
in interface LSCommandExecutor
String
Name of the commandCopyright © 2019 WSO2. All rights reserved.