Uses of Class
org.apache.camel.k.tooling.maven.model.MavenArtifact.Builder
-
Packages that use MavenArtifact.Builder Package Description org.apache.camel.k.tooling.maven.model -
-
Uses of MavenArtifact.Builder in org.apache.camel.k.tooling.maven.model
Methods in org.apache.camel.k.tooling.maven.model that return MavenArtifact.Builder Modifier and Type Method Description MavenArtifact.BuilderImmutableMavenArtifact.Builder. artifactId(String artifactId)Initializes the value for theartifactIdattribute.MavenArtifact.BuilderImmutableMavenArtifact.Builder. from(Artifact instance)Fill a builder with attribute values from the providedorg.apache.camel.k.tooling.maven.model.Artifactinstance.MavenArtifact.BuilderImmutableMavenArtifact.Builder. from(MavenArtifact instance)Fill a builder with attribute values from the providedorg.apache.camel.k.tooling.maven.model.MavenArtifactinstance.MavenArtifact.BuilderImmutableMavenArtifact.Builder. groupId(String groupId)Initializes the value for thegroupIdattribute.MavenArtifact.BuilderImmutableMavenArtifact.Builder. version(String version)Initializes the optional valueversionto version.MavenArtifact.BuilderImmutableMavenArtifact.Builder. version(Optional<String> version)Initializes the optional valueversionto version.
-