| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model |
| Modifier and Type | Method and Description |
|---|---|
MavenArtifact.Builder |
ImmutableMavenArtifact.Builder.artifactId(String artifactId)
Initializes the value for the
artifactId attribute. |
MavenArtifact.Builder |
ImmutableMavenArtifact.Builder.from(Artifact instance)
Fill a builder with attribute values from the provided
org.apache.camel.k.tooling.maven.model.Artifact instance. |
MavenArtifact.Builder |
ImmutableMavenArtifact.Builder.from(MavenArtifact instance)
Fill a builder with attribute values from the provided
org.apache.camel.k.tooling.maven.model.MavenArtifact instance. |
MavenArtifact.Builder |
ImmutableMavenArtifact.Builder.groupId(String groupId)
Initializes the value for the
groupId attribute. |
MavenArtifact.Builder |
ImmutableMavenArtifact.Builder.version(Optional<String> version)
Initializes the optional value
version to version. |
MavenArtifact.Builder |
ImmutableMavenArtifact.Builder.version(String version)
Initializes the optional value
version to version. |
Copyright © 2020 The Apache Software Foundation. All rights reserved.