Package org.jetbrains.bsp.bazel.info
Interface BspTargetInfo.JvmTargetInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BspTargetInfo.JvmTargetInfo,BspTargetInfo.JvmTargetInfo.Builder
- Enclosing class:
- BspTargetInfo
public static interface BspTargetInfo.JvmTargetInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArgs(int index) repeated string args = 9;com.google.protobuf.ByteStringgetArgsBytes(int index) repeated string args = 9;intrepeated string args = 9;repeated string args = 9;getGeneratedJars(int index) repeated .bazelbsp.JvmOutputs generated_jars = 2;intrepeated .bazelbsp.JvmOutputs generated_jars = 2;repeated .bazelbsp.JvmOutputs generated_jars = 2;getGeneratedJarsOrBuilder(int index) repeated .bazelbsp.JvmOutputs generated_jars = 2;List<? extends BspTargetInfo.JvmOutputsOrBuilder>repeated .bazelbsp.JvmOutputs generated_jars = 2;getJars(int index) repeated .bazelbsp.JvmOutputs jars = 1;intrepeated .bazelbsp.JvmOutputs jars = 1;repeated .bazelbsp.JvmOutputs jars = 1;getJarsOrBuilder(int index) repeated .bazelbsp.JvmOutputs jars = 1;List<? extends BspTargetInfo.JvmOutputsOrBuilder>repeated .bazelbsp.JvmOutputs jars = 1;getJavacOpts(int index) repeated string javac_opts = 6;com.google.protobuf.ByteStringgetJavacOptsBytes(int index) repeated string javac_opts = 6;intrepeated string javac_opts = 6;repeated string javac_opts = 6;getJdeps(int index) repeated .bazelbsp.FileLocation jdeps = 10;intrepeated .bazelbsp.FileLocation jdeps = 10;repeated .bazelbsp.FileLocation jdeps = 10;getJdepsOrBuilder(int index) repeated .bazelbsp.FileLocation jdeps = 10;List<? extends BspTargetInfo.FileLocationOrBuilder>repeated .bazelbsp.FileLocation jdeps = 10;getJvmFlags(int index) repeated string jvm_flags = 7;com.google.protobuf.ByteStringgetJvmFlagsBytes(int index) repeated string jvm_flags = 7;intrepeated string jvm_flags = 7;repeated string jvm_flags = 7;string main_class = 8;com.google.protobuf.ByteStringstring main_class = 8;getTransitiveCompileTimeJars(int index) repeated .bazelbsp.FileLocation transitive_compile_time_jars = 11;intrepeated .bazelbsp.FileLocation transitive_compile_time_jars = 11;repeated .bazelbsp.FileLocation transitive_compile_time_jars = 11;getTransitiveCompileTimeJarsOrBuilder(int index) repeated .bazelbsp.FileLocation transitive_compile_time_jars = 11;List<? extends BspTargetInfo.FileLocationOrBuilder>repeated .bazelbsp.FileLocation transitive_compile_time_jars = 11;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
-
getJarsList
List<BspTargetInfo.JvmOutputs> getJarsList()repeated .bazelbsp.JvmOutputs jars = 1; -
getJars
repeated .bazelbsp.JvmOutputs jars = 1; -
getJarsCount
int getJarsCount()repeated .bazelbsp.JvmOutputs jars = 1; -
getJarsOrBuilderList
List<? extends BspTargetInfo.JvmOutputsOrBuilder> getJarsOrBuilderList()repeated .bazelbsp.JvmOutputs jars = 1; -
getJarsOrBuilder
repeated .bazelbsp.JvmOutputs jars = 1; -
getGeneratedJarsList
List<BspTargetInfo.JvmOutputs> getGeneratedJarsList()repeated .bazelbsp.JvmOutputs generated_jars = 2; -
getGeneratedJars
repeated .bazelbsp.JvmOutputs generated_jars = 2; -
getGeneratedJarsCount
int getGeneratedJarsCount()repeated .bazelbsp.JvmOutputs generated_jars = 2; -
getGeneratedJarsOrBuilderList
List<? extends BspTargetInfo.JvmOutputsOrBuilder> getGeneratedJarsOrBuilderList()repeated .bazelbsp.JvmOutputs generated_jars = 2; -
getGeneratedJarsOrBuilder
repeated .bazelbsp.JvmOutputs generated_jars = 2; -
getJavacOptsList
repeated string javac_opts = 6;- Returns:
- A list containing the javacOpts.
-
getJavacOptsCount
int getJavacOptsCount()repeated string javac_opts = 6;- Returns:
- The count of javacOpts.
-
getJavacOpts
repeated string javac_opts = 6;- Parameters:
index- The index of the element to return.- Returns:
- The javacOpts at the given index.
-
getJavacOptsBytes
com.google.protobuf.ByteString getJavacOptsBytes(int index) repeated string javac_opts = 6;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the javacOpts at the given index.
-
getJvmFlagsList
repeated string jvm_flags = 7;- Returns:
- A list containing the jvmFlags.
-
getJvmFlagsCount
int getJvmFlagsCount()repeated string jvm_flags = 7;- Returns:
- The count of jvmFlags.
-
getJvmFlags
repeated string jvm_flags = 7;- Parameters:
index- The index of the element to return.- Returns:
- The jvmFlags at the given index.
-
getJvmFlagsBytes
com.google.protobuf.ByteString getJvmFlagsBytes(int index) repeated string jvm_flags = 7;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the jvmFlags at the given index.
-
getMainClass
String getMainClass()string main_class = 8;- Returns:
- The mainClass.
-
getMainClassBytes
com.google.protobuf.ByteString getMainClassBytes()string main_class = 8;- Returns:
- The bytes for mainClass.
-
getArgsList
repeated string args = 9;- Returns:
- A list containing the args.
-
getArgsCount
int getArgsCount()repeated string args = 9;- Returns:
- The count of args.
-
getArgs
repeated string args = 9;- Parameters:
index- The index of the element to return.- Returns:
- The args at the given index.
-
getArgsBytes
com.google.protobuf.ByteString getArgsBytes(int index) repeated string args = 9;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the args at the given index.
-
getJdepsList
List<BspTargetInfo.FileLocation> getJdepsList()repeated .bazelbsp.FileLocation jdeps = 10; -
getJdeps
repeated .bazelbsp.FileLocation jdeps = 10; -
getJdepsCount
int getJdepsCount()repeated .bazelbsp.FileLocation jdeps = 10; -
getJdepsOrBuilderList
List<? extends BspTargetInfo.FileLocationOrBuilder> getJdepsOrBuilderList()repeated .bazelbsp.FileLocation jdeps = 10; -
getJdepsOrBuilder
repeated .bazelbsp.FileLocation jdeps = 10; -
getTransitiveCompileTimeJarsList
List<BspTargetInfo.FileLocation> getTransitiveCompileTimeJarsList()repeated .bazelbsp.FileLocation transitive_compile_time_jars = 11; -
getTransitiveCompileTimeJars
repeated .bazelbsp.FileLocation transitive_compile_time_jars = 11; -
getTransitiveCompileTimeJarsCount
int getTransitiveCompileTimeJarsCount()repeated .bazelbsp.FileLocation transitive_compile_time_jars = 11; -
getTransitiveCompileTimeJarsOrBuilderList
List<? extends BspTargetInfo.FileLocationOrBuilder> getTransitiveCompileTimeJarsOrBuilderList()repeated .bazelbsp.FileLocation transitive_compile_time_jars = 11; -
getTransitiveCompileTimeJarsOrBuilder
repeated .bazelbsp.FileLocation transitive_compile_time_jars = 11;
-