Interface BspTargetInfo.ScalaTargetInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getScalacOpts​(int index)
      repeated string scalac_opts = 1;
      com.google.protobuf.ByteString getScalacOptsBytes​(int index)
      repeated string scalac_opts = 1;
      int getScalacOptsCount()
      repeated string scalac_opts = 1;
      java.util.List<java.lang.String> getScalacOptsList()
      repeated string scalac_opts = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getScalacOptsList

        java.util.List<java.lang.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

        java.lang.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.