Uses of Class
org.jetbrains.bsp.bazel.server.sync.model.Language
-
Packages that use Language Package Description org.jetbrains.bsp.bazel.server.sync org.jetbrains.bsp.bazel.server.sync.languages org.jetbrains.bsp.bazel.server.sync.model -
-
Uses of Language in org.jetbrains.bsp.bazel.server.sync
Method parameters in org.jetbrains.bsp.bazel.server.sync with type arguments of type Language Modifier and Type Method Description ch.epfl.scala.bsp4j.InitializeBuildResultBspProjectMapper. initializeServer(io.vavr.collection.List<Language> supportedLanguages) -
Uses of Language in org.jetbrains.bsp.bazel.server.sync.languages
Method parameters in org.jetbrains.bsp.bazel.server.sync.languages with type arguments of type Language Modifier and Type Method Description LanguagePlugin<?>LanguagePluginsService. getPlugin(io.vavr.collection.Set<Language> languages) -
Uses of Language in org.jetbrains.bsp.bazel.server.sync.model
Methods in org.jetbrains.bsp.bazel.server.sync.model that return Language Modifier and Type Method Description static LanguageLanguage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jetbrains.bsp.bazel.server.sync.model that return types with arguments of type Language Modifier and Type Method Description static io.vavr.collection.List<Language>Language. all()io.vavr.collection.Set<Language>Module. languages()Constructor parameters in org.jetbrains.bsp.bazel.server.sync.model with type arguments of type Language Constructor Description Module(Label label, boolean isSynthetic, io.vavr.collection.List<Label> directDependencies, io.vavr.collection.Set<Language> languages, io.vavr.collection.Set<Tag> tags, java.net.URI baseDirectory, SourceSet sourceSet, io.vavr.collection.Set<java.net.URI> resources, io.vavr.collection.Set<java.net.URI> sourceDependencies, io.vavr.control.Option<LanguageData> languageData)
-