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
Modifier and TypeMethodDescriptiongetBinaryJars(int index) repeated .bazelbsp.FileLocation binary_jars = 1;intrepeated .bazelbsp.FileLocation binary_jars = 1;repeated .bazelbsp.FileLocation binary_jars = 1;getBinaryJarsOrBuilder(int index) repeated .bazelbsp.FileLocation binary_jars = 1;List<? extends BspTargetInfo.FileLocationOrBuilder>repeated .bazelbsp.FileLocation binary_jars = 1;getInterfaceJars(int index) repeated .bazelbsp.FileLocation interface_jars = 2;intrepeated .bazelbsp.FileLocation interface_jars = 2;repeated .bazelbsp.FileLocation interface_jars = 2;getInterfaceJarsOrBuilder(int index) repeated .bazelbsp.FileLocation interface_jars = 2;List<? extends BspTargetInfo.FileLocationOrBuilder>repeated .bazelbsp.FileLocation interface_jars = 2;getSourceJars(int index) repeated .bazelbsp.FileLocation source_jars = 3;intrepeated .bazelbsp.FileLocation source_jars = 3;repeated .bazelbsp.FileLocation source_jars = 3;getSourceJarsOrBuilder(int index) repeated .bazelbsp.FileLocation source_jars = 3;List<? extends BspTargetInfo.FileLocationOrBuilder>repeated .bazelbsp.FileLocation source_jars = 3;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
-
getBinaryJarsList
List<BspTargetInfo.FileLocation> getBinaryJarsList()repeated .bazelbsp.FileLocation binary_jars = 1; -
getBinaryJars
repeated .bazelbsp.FileLocation binary_jars = 1; -
getBinaryJarsCount
int getBinaryJarsCount()repeated .bazelbsp.FileLocation binary_jars = 1; -
getBinaryJarsOrBuilderList
List<? extends BspTargetInfo.FileLocationOrBuilder> getBinaryJarsOrBuilderList()repeated .bazelbsp.FileLocation binary_jars = 1; -
getBinaryJarsOrBuilder
repeated .bazelbsp.FileLocation binary_jars = 1; -
getInterfaceJarsList
List<BspTargetInfo.FileLocation> getInterfaceJarsList()repeated .bazelbsp.FileLocation interface_jars = 2; -
getInterfaceJars
repeated .bazelbsp.FileLocation interface_jars = 2; -
getInterfaceJarsCount
int getInterfaceJarsCount()repeated .bazelbsp.FileLocation interface_jars = 2; -
getInterfaceJarsOrBuilderList
List<? extends BspTargetInfo.FileLocationOrBuilder> getInterfaceJarsOrBuilderList()repeated .bazelbsp.FileLocation interface_jars = 2; -
getInterfaceJarsOrBuilder
repeated .bazelbsp.FileLocation interface_jars = 2; -
getSourceJarsList
List<BspTargetInfo.FileLocation> getSourceJarsList()repeated .bazelbsp.FileLocation source_jars = 3; -
getSourceJars
repeated .bazelbsp.FileLocation source_jars = 3; -
getSourceJarsCount
int getSourceJarsCount()repeated .bazelbsp.FileLocation source_jars = 3; -
getSourceJarsOrBuilderList
List<? extends BspTargetInfo.FileLocationOrBuilder> getSourceJarsOrBuilderList()repeated .bazelbsp.FileLocation source_jars = 3; -
getSourceJarsOrBuilder
repeated .bazelbsp.FileLocation source_jars = 3;
-