Uses of Class
org.jetbrains.bsp.bazel.projectview.model.sections.specific.DirectoriesSection
-
-
Uses of DirectoriesSection in org.jetbrains.bsp.bazel.projectview.model
Methods in org.jetbrains.bsp.bazel.projectview.model that return DirectoriesSection Modifier and Type Method Description DirectoriesSectionProjectView. getDirectories()Methods in org.jetbrains.bsp.bazel.projectview.model with parameters of type DirectoriesSection Modifier and Type Method Description ProjectView.BuilderProjectView.Builder. directories(DirectoriesSection directories) -
Uses of DirectoriesSection in org.jetbrains.bsp.bazel.projectview.model.sections.specific
Methods in org.jetbrains.bsp.bazel.projectview.model.sections.specific that return DirectoriesSection Modifier and Type Method Description DirectoriesSectionDirectoriesSection. merge(DirectoriesSection otherSection)Methods in org.jetbrains.bsp.bazel.projectview.model.sections.specific with parameters of type DirectoriesSection Modifier and Type Method Description DirectoriesSectionDirectoriesSection. merge(DirectoriesSection otherSection) -
Uses of DirectoriesSection in org.jetbrains.bsp.bazel.projectview.parser.sections.specific
Methods in org.jetbrains.bsp.bazel.projectview.parser.sections.specific that return DirectoriesSection Modifier and Type Method Description DirectoriesSectionDirectoriesSectionParser. parse(java.lang.String sectionBody)
-