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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetScalacOpts(int index)repeated string scalac_opts = 1;com.google.protobuf.ByteStringgetScalacOptsBytes(int index)repeated string scalac_opts = 1;intgetScalacOptsCount()repeated string scalac_opts = 1;java.util.List<java.lang.String>getScalacOptsList()repeated string scalac_opts = 1;-
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.
-
-