public class LangServerFSProjectDirectory extends FileSystemProjectDirectory
scanned
Modifier and Type | Method and Description |
---|---|
Converter<Path> |
getConverter() |
static LangServerFSProjectDirectory |
getInstance(Path projectRootPath,
WorkspaceDocumentManager documentManager)
Returns a LangServerFSProjectDirectory instance for a given project root path.
|
void |
rescanProjectRoot()
Trigger re-scan of the project root.
|
canHandle, getLockFileContent, getManifestContent, getPath, getSourceFileNames, getSourcePackageNames, saveCompiledPackage, saveCompiledProgram
public static LangServerFSProjectDirectory getInstance(Path projectRootPath, WorkspaceDocumentManager documentManager)
projectRootPath
- project root pathdocumentManager
- document manager need to be assignedLangServerFSProjectDirectory
public Converter<Path> getConverter()
getConverter
in interface SourceDirectory
getConverter
in class FileSystemProgramDirectory
public void rescanProjectRoot()
Copyright © 2019 WSO2. All rights reserved.