Interface BspTargetInfo.JvmOutputsOrBuilder

    • Method Detail

      • getBinaryJarsList

        java.util.List<BspTargetInfo.FileLocation> getBinaryJarsList()
        repeated .bazelbsp.FileLocation binary_jars = 1;
      • getBinaryJarsCount

        int getBinaryJarsCount()
        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;
      • getSourceJarsList

        java.util.List<BspTargetInfo.FileLocation> getSourceJarsList()
        repeated .bazelbsp.FileLocation source_jars = 3;
      • getSourceJarsCount

        int getSourceJarsCount()
        repeated .bazelbsp.FileLocation source_jars = 3;