Package org.jetbrains.bsp.bazel.info
Interface BspTargetInfo.ScalaTargetInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BspTargetInfo.ScalaTargetInfo,BspTargetInfo.ScalaTargetInfo.Builder
- Enclosing class:
- BspTargetInfo
public static interface BspTargetInfo.ScalaTargetInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCompilerClasspath(int index) repeated .bazelbsp.FileLocation compiler_classpath = 2;intrepeated .bazelbsp.FileLocation compiler_classpath = 2;repeated .bazelbsp.FileLocation compiler_classpath = 2;getCompilerClasspathOrBuilder(int index) repeated .bazelbsp.FileLocation compiler_classpath = 2;List<? extends BspTargetInfo.FileLocationOrBuilder>repeated .bazelbsp.FileLocation compiler_classpath = 2;getScalacOpts(int index) repeated string scalac_opts = 1;com.google.protobuf.ByteStringgetScalacOptsBytes(int index) repeated string scalac_opts = 1;intrepeated string scalac_opts = 1;repeated string scalac_opts = 1;getScalatestClasspath(int index) repeated .bazelbsp.FileLocation scalatest_classpath = 3;intrepeated .bazelbsp.FileLocation scalatest_classpath = 3;repeated .bazelbsp.FileLocation scalatest_classpath = 3;getScalatestClasspathOrBuilder(int index) repeated .bazelbsp.FileLocation scalatest_classpath = 3;List<? extends BspTargetInfo.FileLocationOrBuilder>repeated .bazelbsp.FileLocation scalatest_classpath = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getScalacOptsList
repeated string scalac_opts = 1;- Returns:
- A list containing the scalacOpts.
-
getScalacOptsCount
int getScalacOptsCount()repeated string scalac_opts = 1;- Returns:
- The count of scalacOpts.
-
getScalacOpts
repeated string scalac_opts = 1;- Parameters:
index- The index of the element to return.- Returns:
- The scalacOpts at the given index.
-
getScalacOptsBytes
com.google.protobuf.ByteString getScalacOptsBytes(int index) repeated string scalac_opts = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the scalacOpts at the given index.
-
getCompilerClasspathList
List<BspTargetInfo.FileLocation> getCompilerClasspathList()repeated .bazelbsp.FileLocation compiler_classpath = 2; -
getCompilerClasspath
repeated .bazelbsp.FileLocation compiler_classpath = 2; -
getCompilerClasspathCount
int getCompilerClasspathCount()repeated .bazelbsp.FileLocation compiler_classpath = 2; -
getCompilerClasspathOrBuilderList
List<? extends BspTargetInfo.FileLocationOrBuilder> getCompilerClasspathOrBuilderList()repeated .bazelbsp.FileLocation compiler_classpath = 2; -
getCompilerClasspathOrBuilder
repeated .bazelbsp.FileLocation compiler_classpath = 2; -
getScalatestClasspathList
List<BspTargetInfo.FileLocation> getScalatestClasspathList()repeated .bazelbsp.FileLocation scalatest_classpath = 3; -
getScalatestClasspath
repeated .bazelbsp.FileLocation scalatest_classpath = 3; -
getScalatestClasspathCount
int getScalatestClasspathCount()repeated .bazelbsp.FileLocation scalatest_classpath = 3; -
getScalatestClasspathOrBuilderList
List<? extends BspTargetInfo.FileLocationOrBuilder> getScalatestClasspathOrBuilderList()repeated .bazelbsp.FileLocation scalatest_classpath = 3; -
getScalatestClasspathOrBuilder
repeated .bazelbsp.FileLocation scalatest_classpath = 3;
-