| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMavenArtifact |
ImmutableMavenArtifact.Builder.build()
Builds a new
ImmutableMavenArtifact. |
static ImmutableMavenArtifact |
ImmutableMavenArtifact.copyOf(MavenArtifact instance)
Creates an immutable copy of a
MavenArtifact value. |
ImmutableMavenArtifact |
ImmutableMavenArtifact.withArtifactId(String value)
Copy the current immutable object by setting a value for the
artifactId attribute. |
ImmutableMavenArtifact |
ImmutableMavenArtifact.withGroupId(String value)
Copy the current immutable object by setting a value for the
groupId attribute. |
ImmutableMavenArtifact |
ImmutableMavenArtifact.withVersion(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
version attribute. |
ImmutableMavenArtifact |
ImmutableMavenArtifact.withVersion(String value)
Copy the current immutable object by setting a present value for the optional
version attribute. |
Copyright © 2020 The Apache Software Foundation. All rights reserved.