Uses of Class
org.apache.camel.k.tooling.maven.model.ImmutableMavenArtifact
-
Packages that use ImmutableMavenArtifact Package Description org.apache.camel.k.tooling.maven.model -
-
Uses of ImmutableMavenArtifact in org.apache.camel.k.tooling.maven.model
Methods in org.apache.camel.k.tooling.maven.model that return ImmutableMavenArtifact Modifier and Type Method Description ImmutableMavenArtifact
ImmutableMavenArtifact.Builder. build()
Builds a newImmutableMavenArtifact
.static ImmutableMavenArtifact
ImmutableMavenArtifact. copyOf(MavenArtifact instance)
Creates an immutable copy of aMavenArtifact
value.ImmutableMavenArtifact
ImmutableMavenArtifact. withArtifactId(String value)
Copy the current immutable object by setting a value for theartifactId
attribute.ImmutableMavenArtifact
ImmutableMavenArtifact. withGroupId(String value)
Copy the current immutable object by setting a value for thegroupId
attribute.ImmutableMavenArtifact
ImmutableMavenArtifact. withVersion(String value)
Copy the current immutable object by setting a present value for the optionalversion
attribute.ImmutableMavenArtifact
ImmutableMavenArtifact. withVersion(Optional<String> optional)
Copy the current immutable object by setting an optional value for theversion
attribute.
-