Package org.jetbrains.bsp.bazel.info
Interface BspTargetInfo.ScalaToolchainInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BspTargetInfo.ScalaToolchainInfo,BspTargetInfo.ScalaToolchainInfo.Builder
- Enclosing class:
- BspTargetInfo
public static interface BspTargetInfo.ScalaToolchainInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BspTargetInfo.FileLocationgetCompilerClasspath(int index)repeated .bazelbsp.FileLocation compiler_classpath = 1;intgetCompilerClasspathCount()repeated .bazelbsp.FileLocation compiler_classpath = 1;java.util.List<BspTargetInfo.FileLocation>getCompilerClasspathList()repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.FileLocationOrBuildergetCompilerClasspathOrBuilder(int index)repeated .bazelbsp.FileLocation compiler_classpath = 1;java.util.List<? extends BspTargetInfo.FileLocationOrBuilder>getCompilerClasspathOrBuilderList()repeated .bazelbsp.FileLocation compiler_classpath = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCompilerClasspathList
java.util.List<BspTargetInfo.FileLocation> getCompilerClasspathList()
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
getCompilerClasspath
BspTargetInfo.FileLocation getCompilerClasspath(int index)
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
getCompilerClasspathCount
int getCompilerClasspathCount()
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
getCompilerClasspathOrBuilderList
java.util.List<? extends BspTargetInfo.FileLocationOrBuilder> getCompilerClasspathOrBuilderList()
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
getCompilerClasspathOrBuilder
BspTargetInfo.FileLocationOrBuilder getCompilerClasspathOrBuilder(int index)
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
-