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.Builder
ImmutableMavenArtifact.Builder. artifactId(String artifactId)
Initializes the value for theartifactId
attribute.MavenArtifact.Builder
ImmutableMavenArtifact.Builder. from(Artifact instance)
Fill a builder with attribute values from the providedorg.apache.camel.k.tooling.maven.model.Artifact
instance.MavenArtifact.Builder
ImmutableMavenArtifact.Builder. from(MavenArtifact instance)
Fill a builder with attribute values from the providedorg.apache.camel.k.tooling.maven.model.MavenArtifact
instance.MavenArtifact.Builder
ImmutableMavenArtifact.Builder. groupId(String groupId)
Initializes the value for thegroupId
attribute.MavenArtifact.Builder
ImmutableMavenArtifact.Builder. version(String version)
Initializes the optional valueversion
to version.MavenArtifact.Builder
ImmutableMavenArtifact.Builder. version(Optional<String> version)
Initializes the optional valueversion
to version.
-