Package org.jetbrains.bsp.bazel.info
Interface BspTargetInfo.JavaTargetInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BspTargetInfo.JavaTargetInfo,BspTargetInfo.JavaTargetInfo.Builder
- Enclosing class:
- BspTargetInfo
public static interface BspTargetInfo.JavaTargetInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetArgs(int index)repeated string args = 9;com.google.protobuf.ByteStringgetArgsBytes(int index)repeated string args = 9;intgetArgsCount()repeated string args = 9;java.util.List<java.lang.String>getArgsList()repeated string args = 9;BspTargetInfo.FileLocationgetCompileClasspath(int index)repeated .bazelbsp.FileLocation compile_classpath = 4;intgetCompileClasspathCount()repeated .bazelbsp.FileLocation compile_classpath = 4;java.util.List<BspTargetInfo.FileLocation>getCompileClasspathList()repeated .bazelbsp.FileLocation compile_classpath = 4;BspTargetInfo.FileLocationOrBuildergetCompileClasspathOrBuilder(int index)repeated .bazelbsp.FileLocation compile_classpath = 4;java.util.List<? extends BspTargetInfo.FileLocationOrBuilder>getCompileClasspathOrBuilderList()repeated .bazelbsp.FileLocation compile_classpath = 4;BspTargetInfo.JvmOutputsgetGeneratedJars(int index)repeated .bazelbsp.JvmOutputs generated_jars = 2;intgetGeneratedJarsCount()repeated .bazelbsp.JvmOutputs generated_jars = 2;java.util.List<BspTargetInfo.JvmOutputs>getGeneratedJarsList()repeated .bazelbsp.JvmOutputs generated_jars = 2;BspTargetInfo.JvmOutputsOrBuildergetGeneratedJarsOrBuilder(int index)repeated .bazelbsp.JvmOutputs generated_jars = 2;java.util.List<? extends BspTargetInfo.JvmOutputsOrBuilder>getGeneratedJarsOrBuilderList()repeated .bazelbsp.JvmOutputs generated_jars = 2;BspTargetInfo.JvmOutputsgetJars(int index)repeated .bazelbsp.JvmOutputs jars = 1;intgetJarsCount()repeated .bazelbsp.JvmOutputs jars = 1;java.util.List<BspTargetInfo.JvmOutputs>getJarsList()repeated .bazelbsp.JvmOutputs jars = 1;BspTargetInfo.JvmOutputsOrBuildergetJarsOrBuilder(int index)repeated .bazelbsp.JvmOutputs jars = 1;java.util.List<? extends BspTargetInfo.JvmOutputsOrBuilder>getJarsOrBuilderList()repeated .bazelbsp.JvmOutputs jars = 1;java.lang.StringgetJavacOpts(int index)repeated string javac_opts = 6;com.google.protobuf.ByteStringgetJavacOptsBytes(int index)repeated string javac_opts = 6;intgetJavacOptsCount()repeated string javac_opts = 6;java.util.List<java.lang.String>getJavacOptsList()repeated string javac_opts = 6;java.lang.StringgetJvmFlags(int index)repeated string jvm_flags = 7;com.google.protobuf.ByteStringgetJvmFlagsBytes(int index)repeated string jvm_flags = 7;intgetJvmFlagsCount()repeated string jvm_flags = 7;java.util.List<java.lang.String>getJvmFlagsList()repeated string jvm_flags = 7;java.lang.StringgetMainClass()string main_class = 8;com.google.protobuf.ByteStringgetMainClassBytes()string main_class = 8;BspTargetInfo.FileLocationgetRuntimeClasspath(int index)repeated .bazelbsp.FileLocation runtime_classpath = 3;intgetRuntimeClasspathCount()repeated .bazelbsp.FileLocation runtime_classpath = 3;java.util.List<BspTargetInfo.FileLocation>getRuntimeClasspathList()repeated .bazelbsp.FileLocation runtime_classpath = 3;BspTargetInfo.FileLocationOrBuildergetRuntimeClasspathOrBuilder(int index)repeated .bazelbsp.FileLocation runtime_classpath = 3;java.util.List<? extends BspTargetInfo.FileLocationOrBuilder>getRuntimeClasspathOrBuilderList()repeated .bazelbsp.FileLocation runtime_classpath = 3;BspTargetInfo.FileLocationgetSourceClasspath(int index)repeated .bazelbsp.FileLocation source_classpath = 5;intgetSourceClasspathCount()repeated .bazelbsp.FileLocation source_classpath = 5;java.util.List<BspTargetInfo.FileLocation>getSourceClasspathList()repeated .bazelbsp.FileLocation source_classpath = 5;BspTargetInfo.FileLocationOrBuildergetSourceClasspathOrBuilder(int index)repeated .bazelbsp.FileLocation source_classpath = 5;java.util.List<? extends BspTargetInfo.FileLocationOrBuilder>getSourceClasspathOrBuilderList()repeated .bazelbsp.FileLocation source_classpath = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJarsList
java.util.List<BspTargetInfo.JvmOutputs> getJarsList()
repeated .bazelbsp.JvmOutputs jars = 1;
-
getJars
BspTargetInfo.JvmOutputs getJars(int index)
repeated .bazelbsp.JvmOutputs jars = 1;
-
getJarsCount
int getJarsCount()
repeated .bazelbsp.JvmOutputs jars = 1;
-
getJarsOrBuilderList
java.util.List<? extends BspTargetInfo.JvmOutputsOrBuilder> getJarsOrBuilderList()
repeated .bazelbsp.JvmOutputs jars = 1;
-
getJarsOrBuilder
BspTargetInfo.JvmOutputsOrBuilder getJarsOrBuilder(int index)
repeated .bazelbsp.JvmOutputs jars = 1;
-
getGeneratedJarsList
java.util.List<BspTargetInfo.JvmOutputs> getGeneratedJarsList()
repeated .bazelbsp.JvmOutputs generated_jars = 2;
-
getGeneratedJars
BspTargetInfo.JvmOutputs getGeneratedJars(int index)
repeated .bazelbsp.JvmOutputs generated_jars = 2;
-
getGeneratedJarsCount
int getGeneratedJarsCount()
repeated .bazelbsp.JvmOutputs generated_jars = 2;
-
getGeneratedJarsOrBuilderList
java.util.List<? extends BspTargetInfo.JvmOutputsOrBuilder> getGeneratedJarsOrBuilderList()
repeated .bazelbsp.JvmOutputs generated_jars = 2;
-
getGeneratedJarsOrBuilder
BspTargetInfo.JvmOutputsOrBuilder getGeneratedJarsOrBuilder(int index)
repeated .bazelbsp.JvmOutputs generated_jars = 2;
-
getRuntimeClasspathList
java.util.List<BspTargetInfo.FileLocation> getRuntimeClasspathList()
repeated .bazelbsp.FileLocation runtime_classpath = 3;
-
getRuntimeClasspath
BspTargetInfo.FileLocation getRuntimeClasspath(int index)
repeated .bazelbsp.FileLocation runtime_classpath = 3;
-
getRuntimeClasspathCount
int getRuntimeClasspathCount()
repeated .bazelbsp.FileLocation runtime_classpath = 3;
-
getRuntimeClasspathOrBuilderList
java.util.List<? extends BspTargetInfo.FileLocationOrBuilder> getRuntimeClasspathOrBuilderList()
repeated .bazelbsp.FileLocation runtime_classpath = 3;
-
getRuntimeClasspathOrBuilder
BspTargetInfo.FileLocationOrBuilder getRuntimeClasspathOrBuilder(int index)
repeated .bazelbsp.FileLocation runtime_classpath = 3;
-
getCompileClasspathList
java.util.List<BspTargetInfo.FileLocation> getCompileClasspathList()
repeated .bazelbsp.FileLocation compile_classpath = 4;
-
getCompileClasspath
BspTargetInfo.FileLocation getCompileClasspath(int index)
repeated .bazelbsp.FileLocation compile_classpath = 4;
-
getCompileClasspathCount
int getCompileClasspathCount()
repeated .bazelbsp.FileLocation compile_classpath = 4;
-
getCompileClasspathOrBuilderList
java.util.List<? extends BspTargetInfo.FileLocationOrBuilder> getCompileClasspathOrBuilderList()
repeated .bazelbsp.FileLocation compile_classpath = 4;
-
getCompileClasspathOrBuilder
BspTargetInfo.FileLocationOrBuilder getCompileClasspathOrBuilder(int index)
repeated .bazelbsp.FileLocation compile_classpath = 4;
-
getSourceClasspathList
java.util.List<BspTargetInfo.FileLocation> getSourceClasspathList()
repeated .bazelbsp.FileLocation source_classpath = 5;
-
getSourceClasspath
BspTargetInfo.FileLocation getSourceClasspath(int index)
repeated .bazelbsp.FileLocation source_classpath = 5;
-
getSourceClasspathCount
int getSourceClasspathCount()
repeated .bazelbsp.FileLocation source_classpath = 5;
-
getSourceClasspathOrBuilderList
java.util.List<? extends BspTargetInfo.FileLocationOrBuilder> getSourceClasspathOrBuilderList()
repeated .bazelbsp.FileLocation source_classpath = 5;
-
getSourceClasspathOrBuilder
BspTargetInfo.FileLocationOrBuilder getSourceClasspathOrBuilder(int index)
repeated .bazelbsp.FileLocation source_classpath = 5;
-
getJavacOptsList
java.util.List<java.lang.String> 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
java.lang.String getJavacOpts(int index)
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
java.util.List<java.lang.String> 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
java.lang.String getJvmFlags(int index)
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
java.lang.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
java.util.List<java.lang.String> getArgsList()
repeated string args = 9;- Returns:
- A list containing the args.
-
getArgsCount
int getArgsCount()
repeated string args = 9;- Returns:
- The count of args.
-
getArgs
java.lang.String getArgs(int index)
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.
-
-