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 Details

    • getScalacOptsList

      List<String> 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

      String getScalacOpts(int index)
      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

      BspTargetInfo.FileLocation getCompilerClasspath(int index)
      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

      BspTargetInfo.FileLocationOrBuilder getCompilerClasspathOrBuilder(int index)
      repeated .bazelbsp.FileLocation compiler_classpath = 2;
    • getScalatestClasspathList

      List<BspTargetInfo.FileLocation> getScalatestClasspathList()
      repeated .bazelbsp.FileLocation scalatest_classpath = 3;
    • getScalatestClasspath

      BspTargetInfo.FileLocation getScalatestClasspath(int index)
      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

      BspTargetInfo.FileLocationOrBuilder getScalatestClasspathOrBuilder(int index)
      repeated .bazelbsp.FileLocation scalatest_classpath = 3;