public class AddDocumentationExecutor extends Object implements LSCommandExecutor
ARG_KEY, ARG_VALUE
Constructor and Description |
---|
AddDocumentationExecutor() |
Modifier and Type | Method and Description |
---|---|
Object |
execute(LSContext ctx)
Execute the Command.
|
String |
getCommand()
Get the Command name as a String.
|
public Object execute(LSContext ctx) throws LSCommandExecutorException
execute
in interface LSCommandExecutor
ctx
- 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.