Class ProjectViewRawSectionParser<T extends ProjectViewSection>
- java.lang.Object
-
- org.jetbrains.bsp.bazel.projectview.parser.ProjectViewRawSectionParser<T>
-
public class ProjectViewRawSectionParser<T extends ProjectViewSection> extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T extends ProjectViewSection>
ProjectViewRawSectionParser<T>forParser(ProjectViewSectionParser<T> parser)java.util.Optional<T>parseOptionalRawSections(java.util.List<ProjectViewRawSection> rawSections)TparseRawSections(java.util.List<ProjectViewRawSection> rawSections)
-
-
-
Method Detail
-
forParser
public static <T extends ProjectViewSection> ProjectViewRawSectionParser<T> forParser(ProjectViewSectionParser<T> parser)
-
parseRawSections
public T parseRawSections(java.util.List<ProjectViewRawSection> rawSections)
-
parseOptionalRawSections
public java.util.Optional<T> parseOptionalRawSections(java.util.List<ProjectViewRawSection> rawSections)
-
-