Package | Description |
---|---|
org.ballerinalang.langserver.compiler.workspace |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceDocumentManager.closeFile(Path filePath)
Close the given file in document manager.
|
void |
ExtendedWorkspaceDocumentManagerImpl.closeFile(Path filePath)
Close the given file in document manager.
|
void |
WorkspaceDocumentManagerImpl.closeFile(Path filePath)
Close the given file in document manager.
|
String |
WorkspaceDocumentManager.getFileContent(Path filePath)
Returns the content of the file.
|
String |
ExtendedWorkspaceDocumentManagerImpl.getFileContent(Path filePath)
Returns the content of the file.
|
String |
WorkspaceDocumentManagerImpl.getFileContent(Path filePath)
Returns the content of the file.
|
Optional<Lock> |
WorkspaceDocumentManager.openFile(Path filePath,
String content)
Opens the given file in document manager.
|
Optional<Lock> |
ExtendedWorkspaceDocumentManagerImpl.openFile(Path filePath,
String content)
Opens the given file in document manager.
|
Optional<Lock> |
WorkspaceDocumentManagerImpl.openFile(Path filePath,
String content)
Opens the given file in document manager.
|
Optional<Lock> |
WorkspaceDocumentManager.updateFile(Path filePath,
String updatedContent)
Updates given file in document manager with new content.
|
Optional<Lock> |
ExtendedWorkspaceDocumentManagerImpl.updateFile(Path filePath,
String updatedContent)
Updates given file in document manager with new content.
|
Optional<Lock> |
WorkspaceDocumentManagerImpl.updateFile(Path filePath,
String updatedContent)
Updates given file in document manager with new content.
|
Copyright © 2019 WSO2. All rights reserved.