Package org.jetbrains.bsp.bazel.info
Interface BspTargetInfo.JvmOutputsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BspTargetInfo.JvmOutputs,BspTargetInfo.JvmOutputs.Builder
- Enclosing class:
- BspTargetInfo
public static interface BspTargetInfo.JvmOutputsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BspTargetInfo.FileLocationgetBinaryJars(int index)repeated .bazelbsp.FileLocation binary_jars = 1;intgetBinaryJarsCount()repeated .bazelbsp.FileLocation binary_jars = 1;java.util.List<BspTargetInfo.FileLocation>getBinaryJarsList()repeated .bazelbsp.FileLocation binary_jars = 1;BspTargetInfo.FileLocationOrBuildergetBinaryJarsOrBuilder(int index)repeated .bazelbsp.FileLocation binary_jars = 1;java.util.List<? extends BspTargetInfo.FileLocationOrBuilder>getBinaryJarsOrBuilderList()repeated .bazelbsp.FileLocation binary_jars = 1;BspTargetInfo.FileLocationgetInterfaceJars(int index)repeated .bazelbsp.FileLocation interface_jars = 2;intgetInterfaceJarsCount()repeated .bazelbsp.FileLocation interface_jars = 2;java.util.List<BspTargetInfo.FileLocation>getInterfaceJarsList()repeated .bazelbsp.FileLocation interface_jars = 2;BspTargetInfo.FileLocationOrBuildergetInterfaceJarsOrBuilder(int index)repeated .bazelbsp.FileLocation interface_jars = 2;java.util.List<? extends BspTargetInfo.FileLocationOrBuilder>getInterfaceJarsOrBuilderList()repeated .bazelbsp.FileLocation interface_jars = 2;BspTargetInfo.FileLocationgetSourceJars(int index)repeated .bazelbsp.FileLocation source_jars = 3;intgetSourceJarsCount()repeated .bazelbsp.FileLocation source_jars = 3;java.util.List<BspTargetInfo.FileLocation>getSourceJarsList()repeated .bazelbsp.FileLocation source_jars = 3;BspTargetInfo.FileLocationOrBuildergetSourceJarsOrBuilder(int index)repeated .bazelbsp.FileLocation source_jars = 3;java.util.List<? extends BspTargetInfo.FileLocationOrBuilder>getSourceJarsOrBuilderList()repeated .bazelbsp.FileLocation source_jars = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBinaryJarsList
java.util.List<BspTargetInfo.FileLocation> getBinaryJarsList()
repeated .bazelbsp.FileLocation binary_jars = 1;
-
getBinaryJars
BspTargetInfo.FileLocation getBinaryJars(int index)
repeated .bazelbsp.FileLocation binary_jars = 1;
-
getBinaryJarsCount
int getBinaryJarsCount()
repeated .bazelbsp.FileLocation binary_jars = 1;
-
getBinaryJarsOrBuilderList
java.util.List<? extends BspTargetInfo.FileLocationOrBuilder> getBinaryJarsOrBuilderList()
repeated .bazelbsp.FileLocation binary_jars = 1;
-
getBinaryJarsOrBuilder
BspTargetInfo.FileLocationOrBuilder getBinaryJarsOrBuilder(int index)
repeated .bazelbsp.FileLocation binary_jars = 1;
-
getInterfaceJarsList
java.util.List<BspTargetInfo.FileLocation> getInterfaceJarsList()
repeated .bazelbsp.FileLocation interface_jars = 2;
-
getInterfaceJars
BspTargetInfo.FileLocation getInterfaceJars(int index)
repeated .bazelbsp.FileLocation interface_jars = 2;
-
getInterfaceJarsCount
int getInterfaceJarsCount()
repeated .bazelbsp.FileLocation interface_jars = 2;
-
getInterfaceJarsOrBuilderList
java.util.List<? extends BspTargetInfo.FileLocationOrBuilder> getInterfaceJarsOrBuilderList()
repeated .bazelbsp.FileLocation interface_jars = 2;
-
getInterfaceJarsOrBuilder
BspTargetInfo.FileLocationOrBuilder getInterfaceJarsOrBuilder(int index)
repeated .bazelbsp.FileLocation interface_jars = 2;
-
getSourceJarsList
java.util.List<BspTargetInfo.FileLocation> getSourceJarsList()
repeated .bazelbsp.FileLocation source_jars = 3;
-
getSourceJars
BspTargetInfo.FileLocation getSourceJars(int index)
repeated .bazelbsp.FileLocation source_jars = 3;
-
getSourceJarsCount
int getSourceJarsCount()
repeated .bazelbsp.FileLocation source_jars = 3;
-
getSourceJarsOrBuilderList
java.util.List<? extends BspTargetInfo.FileLocationOrBuilder> getSourceJarsOrBuilderList()
repeated .bazelbsp.FileLocation source_jars = 3;
-
getSourceJarsOrBuilder
BspTargetInfo.FileLocationOrBuilder getSourceJarsOrBuilder(int index)
repeated .bazelbsp.FileLocation source_jars = 3;
-
-