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