public static class LSContextManager.NullSourceDirectory extends Object implements SourceDirectory
| Constructor and Description |
|---|
NullSourceDirectory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(Path dirPath) |
Converter<Path> |
getConverter() |
InputStream |
getLockFileContent() |
InputStream |
getManifestContent() |
Path |
getPath() |
List<String> |
getSourceFileNames() |
List<String> |
getSourcePackageNames() |
void |
saveCompiledPackage(InputStream source,
String fileName) |
Path |
saveCompiledProgram(InputStream source,
String fileName) |
public boolean canHandle(Path dirPath)
canHandle in interface SourceDirectorypublic Path getPath()
getPath in interface SourceDirectorypublic List<String> getSourceFileNames()
getSourceFileNames in interface SourceDirectorypublic List<String> getSourcePackageNames()
getSourcePackageNames in interface SourceDirectorypublic InputStream getManifestContent()
getManifestContent in interface SourceDirectorypublic InputStream getLockFileContent()
getLockFileContent in interface SourceDirectorypublic Path saveCompiledProgram(InputStream source, String fileName)
saveCompiledProgram in interface SourceDirectorypublic void saveCompiledPackage(InputStream source, String fileName)
saveCompiledPackage in interface SourceDirectorypublic Converter<Path> getConverter()
getConverter in interface SourceDirectoryCopyright © 2018 WSO2. All rights reserved.