Uses of Class
io.github.ascopes.protobufmavenplugin.plugins.ImmutableMavenProtocPlugin.Builder
Packages that use ImmutableMavenProtocPlugin.Builder
-
Uses of ImmutableMavenProtocPlugin.Builder in io.github.ascopes.protobufmavenplugin.plugins
Methods in io.github.ascopes.protobufmavenplugin.plugins that return ImmutableMavenProtocPlugin.BuilderModifier and TypeMethodDescriptionImmutableMavenProtocPlugin.Builder.addAllJvmArgs(Iterable<@Nullable String> elements) Adds elements tojvmArgslist.ImmutableMavenProtocPlugin.Builder.addAllJvmConfigArgs(Iterable<@Nullable String> elements) Adds elements tojvmConfigArgslist.ImmutableMavenProtocPlugin.Builder.addJvmArgs(@Nullable String element) Adds one element tojvmArgslist.ImmutableMavenProtocPlugin.Builder.addJvmArgs(@Nullable String... elements) Adds elements tojvmArgslist.ImmutableMavenProtocPlugin.Builder.addJvmConfigArgs(@Nullable String element) Adds one element tojvmConfigArgslist.ImmutableMavenProtocPlugin.Builder.addJvmConfigArgs(@Nullable String... elements) Adds elements tojvmConfigArgslist.ImmutableMavenProtocPlugin.Builder.artifactId(String artifactId) Initializes the value for theartifactIdattribute.ImmutableMavenProtocPlugin.builder()Creates a builder forImmutableMavenProtocPlugin.ImmutableMavenProtocPlugin.Builder.classifier(@Nullable String classifier) Initializes the value for theclassifierattribute.ImmutableMavenProtocPlugin.Builder.from(MavenArtifact instance) Fill a builder with attribute values from the providedio.github.ascopes.protobufmavenplugin.dependencies.MavenArtifactinstance.ImmutableMavenProtocPlugin.Builder.from(MavenProtocPlugin instance) Fill a builder with attribute values from the providedio.github.ascopes.protobufmavenplugin.plugins.MavenProtocPlugininstance.ImmutableMavenProtocPlugin.Builder.from(MavenProtocPluginBean instance) Fill a builder with attribute values from the providedMavenProtocPluginBeaninstance.ImmutableMavenProtocPlugin.Builder.from(ProtocPlugin instance) Fill a builder with attribute values from the providedio.github.ascopes.protobufmavenplugin.plugins.ProtocPlugininstance.Initializes the value for thegroupIdattribute.Sets or replaces all elements forjvmArgslist.ImmutableMavenProtocPlugin.Builder.jvmConfigArgs(@Nullable Iterable<@Nullable String> elements) Sets or replaces all elements forjvmConfigArgslist.Initializes the value for themainClassattribute.Initializes the value for theoptionsattribute.ImmutableMavenProtocPlugin.Builder.order(int order) Initializes the value for theorderattribute.ImmutableMavenProtocPlugin.Builder.outputDirectory(@Nullable Path outputDirectory) Initializes the value for theoutputDirectoryattribute.ImmutableMavenProtocPlugin.Builder.registerAsCompilationRoot(@Nullable Boolean registerAsCompilationRoot) Initializes the value for theregisterAsCompilationRootattribute.ImmutableMavenProtocPlugin.Builder.skip(boolean skip) Initializes the value for theskipattribute.Initializes the value for thetypeattribute.Initializes the value for theversionattribute.