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 ImmutableMavenArtifactImmutableMavenArtifact.Builder. build()Builds a newImmutableMavenArtifact.static ImmutableMavenArtifactImmutableMavenArtifact. copyOf(MavenArtifact instance)Creates an immutable copy of aMavenArtifactvalue.ImmutableMavenArtifactImmutableMavenArtifact. withArtifactId(String value)Copy the current immutable object by setting a value for theartifactIdattribute.ImmutableMavenArtifactImmutableMavenArtifact. withGroupId(String value)Copy the current immutable object by setting a value for thegroupIdattribute.ImmutableMavenArtifactImmutableMavenArtifact. withVersion(String value)Copy the current immutable object by setting a present value for the optionalversionattribute.ImmutableMavenArtifactImmutableMavenArtifact. withVersion(Optional<String> optional)Copy the current immutable object by setting an optional value for theversionattribute.
-