Class ProjectViewListSectionParser<T extends ProjectViewSection>
- java.lang.Object
-
- org.jetbrains.bsp.bazel.projectview.parser.sections.ProjectViewSectionParser<T>
-
- org.jetbrains.bsp.bazel.projectview.parser.sections.ProjectViewListSectionParser<T>
-
- Direct Known Subclasses:
DirectoriesSectionParser,TargetsSectionParser
public abstract class ProjectViewListSectionParser<T extends ProjectViewSection> extends ProjectViewSectionParser<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectViewListSectionParser(ProjectViewSectionHeader sectionHeader, boolean exclusionary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>parseExcludedEntries(java.lang.String sectionBody)protected java.util.List<java.lang.String>parseIncludedEntries(java.lang.String sectionBody)-
Methods inherited from class org.jetbrains.bsp.bazel.projectview.parser.sections.ProjectViewSectionParser
isSectionParsable, parse, sectionName, splitSectionEntries
-
-
-
-
Constructor Detail
-
ProjectViewListSectionParser
protected ProjectViewListSectionParser(ProjectViewSectionHeader sectionHeader, boolean exclusionary)
-
-