Uses of Class
org.jetbrains.bsp.bazel.server.sync.model.Tag
-
Packages that use Tag Package Description org.jetbrains.bsp.bazel.server.sync org.jetbrains.bsp.bazel.server.sync.model -
-
Uses of Tag in org.jetbrains.bsp.bazel.server.sync
Methods in org.jetbrains.bsp.bazel.server.sync that return types with arguments of type Tag Modifier and Type Method Description io.vavr.collection.Set<Tag>TargetKindResolver. resolveTags(BspTargetInfo.TargetInfo targetInfo)Methods in org.jetbrains.bsp.bazel.server.sync with parameters of type Tag Modifier and Type Method Description static io.vavr.control.Option<java.lang.String>BspMappings. toBspTag(Tag tag) -
Uses of Tag in org.jetbrains.bsp.bazel.server.sync.model
Methods in org.jetbrains.bsp.bazel.server.sync.model that return Tag Modifier and Type Method Description static TagTag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Tag[]Tag. 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 Tag Modifier and Type Method Description io.vavr.collection.Set<Tag>Module. tags()
-