Class ProjectViewImportParser
- java.lang.Object
-
- org.jetbrains.bsp.bazel.projectview.parser.ProjectViewImportParser
-
public class ProjectViewImportParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProjectViewImportParser(ProjectViewParser projectViewParser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<ProjectView>parseRawSections(java.util.List<ProjectViewRawSection> rawSections)
-
-
-
Constructor Detail
-
ProjectViewImportParser
public ProjectViewImportParser(ProjectViewParser projectViewParser)
-
-
Method Detail
-
parseRawSections
public java.util.Optional<ProjectView> parseRawSections(java.util.List<ProjectViewRawSection> rawSections)
-
-