Package | Description |
---|---|
org.ballerinalang.langserver.command | |
org.ballerinalang.langserver.command.executors |
Modifier and Type | Method and Description |
---|---|
Optional<LSCommandExecutor> |
LSCommandExecutorProvider.getCommandExecutor(String command)
Get the command executor registered for the given.
|
Modifier and Type | Class and Description |
---|---|
class |
AddAllDocumentationExecutor
Command executor for adding all documentation for top level items.
|
class |
AddDocumentationExecutor
Command executor for adding single documentation.
|
class |
CreateFunctionExecutor
Represents the command executor for creating a function.
|
class |
CreateObjectInitializerExecutor
Command executor for creating object constructor.
|
class |
CreateTestExecutor
Represents the create variable command executor.
|
class |
CreateVariableExecutor
Represents the create variable command executor.
|
class |
ImportModuleExecutor
Command executor for importing a package.
|
class |
PullModuleExecutor
Command executor for pulling a package from central.
|
Copyright © 2019 WSO2. All rights reserved.