Uses of Class
com.google.devtools.build.lib.runtime.proto.CommandLineOuterClass.OptionList.Builder
Packages that use CommandLineOuterClass.OptionList.Builder
-
Uses of CommandLineOuterClass.OptionList.Builder in com.google.devtools.build.lib.runtime.proto
Methods in com.google.devtools.build.lib.runtime.proto that return CommandLineOuterClass.OptionList.BuilderModifier and TypeMethodDescriptionCommandLineOuterClass.OptionList.Builder.addAllOption(Iterable<? extends CommandLineOuterClass.Option> values) repeated .command_line.Option option = 1;CommandLineOuterClass.OptionList.Builder.addOption(int index, CommandLineOuterClass.Option value) repeated .command_line.Option option = 1;CommandLineOuterClass.OptionList.Builder.addOption(int index, CommandLineOuterClass.Option.Builder builderForValue) repeated .command_line.Option option = 1;CommandLineOuterClass.OptionList.Builder.addOption(CommandLineOuterClass.Option value) repeated .command_line.Option option = 1;CommandLineOuterClass.OptionList.Builder.addOption(CommandLineOuterClass.Option.Builder builderForValue) repeated .command_line.Option option = 1;CommandLineOuterClass.OptionList.Builder.clear()CommandLineOuterClass.OptionList.Builder.clearOption()repeated .command_line.Option option = 1;CommandLineOuterClass.CommandLineSection.Builder.getOptionListBuilder()Startup and command options are lists of options and belong here.CommandLineOuterClass.OptionList.Builder.mergeFrom(CommandLineOuterClass.OptionList other) CommandLineOuterClass.OptionList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.OptionList.Builder.mergeFrom(com.google.protobuf.Message other) CommandLineOuterClass.OptionList.newBuilder()CommandLineOuterClass.OptionList.newBuilder(CommandLineOuterClass.OptionList prototype) CommandLineOuterClass.OptionList.newBuilderForType()protected CommandLineOuterClass.OptionList.BuilderCommandLineOuterClass.OptionList.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CommandLineOuterClass.OptionList.Builder.removeOption(int index) repeated .command_line.Option option = 1;CommandLineOuterClass.OptionList.Builder.setOption(int index, CommandLineOuterClass.Option value) repeated .command_line.Option option = 1;CommandLineOuterClass.OptionList.Builder.setOption(int index, CommandLineOuterClass.Option.Builder builderForValue) repeated .command_line.Option option = 1;CommandLineOuterClass.OptionList.toBuilder()Methods in com.google.devtools.build.lib.runtime.proto with parameters of type CommandLineOuterClass.OptionList.BuilderModifier and TypeMethodDescriptionCommandLineOuterClass.CommandLineSection.Builder.setOptionList(CommandLineOuterClass.OptionList.Builder builderForValue) Startup and command options are lists of options and belong here.