Uses of Interface
com.google.devtools.build.lib.runtime.proto.CommandLineOuterClass.CommandLineSectionOrBuilder
-
Packages that use CommandLineOuterClass.CommandLineSectionOrBuilder Package Description com.google.devtools.build.lib.runtime.proto -
-
Uses of CommandLineOuterClass.CommandLineSectionOrBuilder in com.google.devtools.build.lib.runtime.proto
Classes in com.google.devtools.build.lib.runtime.proto that implement CommandLineOuterClass.CommandLineSectionOrBuilder Modifier and Type Class Description static classCommandLineOuterClass.CommandLineSectionA section of the Bazel command line.static classCommandLineOuterClass.CommandLineSection.BuilderA section of the Bazel command line.Methods in com.google.devtools.build.lib.runtime.proto that return CommandLineOuterClass.CommandLineSectionOrBuilder Modifier and Type Method Description CommandLineOuterClass.CommandLineSectionOrBuilderCommandLineOuterClass.CommandLine.Builder. getSectionsOrBuilder(int index)A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLineSectionOrBuilderCommandLineOuterClass.CommandLine. getSectionsOrBuilder(int index)A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLineSectionOrBuilderCommandLineOuterClass.CommandLineOrBuilder. getSectionsOrBuilder(int index)A Bazel command line is made of distinct parts.Methods in com.google.devtools.build.lib.runtime.proto that return types with arguments of type CommandLineOuterClass.CommandLineSectionOrBuilder Modifier and Type Method Description java.util.List<? extends CommandLineOuterClass.CommandLineSectionOrBuilder>CommandLineOuterClass.CommandLine.Builder. getSectionsOrBuilderList()A Bazel command line is made of distinct parts.java.util.List<? extends CommandLineOuterClass.CommandLineSectionOrBuilder>CommandLineOuterClass.CommandLine. getSectionsOrBuilderList()A Bazel command line is made of distinct parts.java.util.List<? extends CommandLineOuterClass.CommandLineSectionOrBuilder>CommandLineOuterClass.CommandLineOrBuilder. getSectionsOrBuilderList()A Bazel command line is made of distinct parts.
-