Uses of Class
org.jetbrains.bsp.bazel.server.sync.model.Label
-
Packages that use Label Package Description org.jetbrains.bsp.bazel.server.sync org.jetbrains.bsp.bazel.server.sync.model -
-
Uses of Label in org.jetbrains.bsp.bazel.server.sync
Methods in org.jetbrains.bsp.bazel.server.sync that return types with arguments of type Label Modifier and Type Method Description static io.vavr.collection.Set<Label>BspMappings. toLabels(java.util.List<ch.epfl.scala.bsp4j.BuildTargetIdentifier> targets)Methods in org.jetbrains.bsp.bazel.server.sync with parameters of type Label Modifier and Type Method Description java.nio.file.PathBazelPathsResolver. labelToDirectory(Label label)static ch.epfl.scala.bsp4j.BuildTargetIdentifierBspMappings. toBspId(Label label) -
Uses of Label in org.jetbrains.bsp.bazel.server.sync.model
Methods in org.jetbrains.bsp.bazel.server.sync.model that return Label Modifier and Type Method Description static LabelLabel. from(java.lang.String value)LabelModule. label()Methods in org.jetbrains.bsp.bazel.server.sync.model that return types with arguments of type Label Modifier and Type Method Description io.vavr.collection.List<Label>Module. directDependencies()io.vavr.control.Option<Label>Project. findTargetBySource(java.net.URI documentUri)Methods in org.jetbrains.bsp.bazel.server.sync.model with parameters of type Label Modifier and Type Method Description io.vavr.control.Option<Module>Project. findModule(Label label)Constructors in org.jetbrains.bsp.bazel.server.sync.model with parameters of type Label 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)Constructor parameters in org.jetbrains.bsp.bazel.server.sync.model with type arguments of type Label 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)Project(java.net.URI workspaceRoot, io.vavr.collection.List<Module> modules, io.vavr.collection.Map<java.net.URI,Label> sourceToTarget)
-