Interface BspTargetInfo.JvmTargetInfoOrBuilder

    • Method Detail

      • getJarsCount

        int getJarsCount()
        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;
      • 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.
      • getJdepsCount

        int getJdepsCount()
        repeated .bazelbsp.FileLocation jdeps = 10;