Uses of Class
org.jetbrains.bsp.bazel.server.sync.model.Module
-
-
Uses of Module in org.jetbrains.bsp.bazel.server.sync
Methods in org.jetbrains.bsp.bazel.server.sync that return types with arguments of type Module Modifier and Type Method Description io.vavr.collection.List<Module>IntelliJProjectTreeViewFix. createModules(java.net.URI workspaceRoot, io.vavr.collection.List<Module> modules, org.jetbrains.bsp.bazel.workspacecontext.WorkspaceContext workspaceContext)static io.vavr.collection.Set<Module>BspMappings. getModules(Project project, java.util.List<ch.epfl.scala.bsp4j.BuildTargetIdentifier> targets)Methods in org.jetbrains.bsp.bazel.server.sync with parameters of type Module Modifier and Type Method Description static ch.epfl.scala.bsp4j.BuildTargetIdentifierBspMappings. toBspId(Module module)Method parameters in org.jetbrains.bsp.bazel.server.sync with type arguments of type Module Modifier and Type Method Description io.vavr.collection.List<Module>IntelliJProjectTreeViewFix. createModules(java.net.URI workspaceRoot, io.vavr.collection.List<Module> modules, org.jetbrains.bsp.bazel.workspacecontext.WorkspaceContext workspaceContext) -
Uses of Module in org.jetbrains.bsp.bazel.server.sync.languages
Methods in org.jetbrains.bsp.bazel.server.sync.languages with parameters of type Module Modifier and Type Method Description io.vavr.control.Option<JavaModule>LanguagePluginsService. extractJavaModule(Module module) -
Uses of Module in org.jetbrains.bsp.bazel.server.sync.languages.java
Methods in org.jetbrains.bsp.bazel.server.sync.languages.java with parameters of type Module Modifier and Type Method Description ch.epfl.scala.bsp4j.JavacOptionsItemJavaLanguagePlugin. toJavacOptionsItem(Module module, JavaModule javaModule)ch.epfl.scala.bsp4j.JvmEnvironmentItemJavaLanguagePlugin. toJvmEnvironmentItem(Module module, JavaModule javaModule) -
Uses of Module in org.jetbrains.bsp.bazel.server.sync.languages.scala
Methods in org.jetbrains.bsp.bazel.server.sync.languages.scala with parameters of type Module Modifier and Type Method Description io.vavr.control.Option<ch.epfl.scala.bsp4j.ScalacOptionsItem>ScalaLanguagePlugin. toScalacOptionsItem(Module module)io.vavr.control.Option<ch.epfl.scala.bsp4j.ScalaMainClassesItem>ScalaLanguagePlugin. toScalaMainClassesItem(Module module)io.vavr.control.Option<ch.epfl.scala.bsp4j.ScalaTestClassesItem>ScalaLanguagePlugin. toScalaTestClassesItem(Module module) -
Uses of Module in org.jetbrains.bsp.bazel.server.sync.model
Methods in org.jetbrains.bsp.bazel.server.sync.model that return types with arguments of type Module Modifier and Type Method Description io.vavr.control.Option<Module>Project. findModule(Label label)io.vavr.collection.List<Module>Project. modules()Constructor parameters in org.jetbrains.bsp.bazel.server.sync.model with type arguments of type Module Constructor Description Project(java.net.URI workspaceRoot, io.vavr.collection.List<Module> modules, io.vavr.collection.Map<java.net.URI,Label> sourceToTarget)
-