| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model | |
| org.apache.camel.k.tooling.maven.model.crd |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMavenArtifact
Immutable implementation of
MavenArtifact. |
| Modifier and Type | Method and Description |
|---|---|
static MavenArtifact |
MavenArtifact.from(String groupId,
String artifactId) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMavenArtifact |
ImmutableMavenArtifact.copyOf(MavenArtifact instance)
Creates an immutable copy of a
MavenArtifact value. |
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. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<MavenArtifact> |
ImmutableRuntimeSpec.getDependencies() |
default Set<MavenArtifact> |
RuntimeSpec.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeSpec.Builder |
ImmutableRuntimeSpec.Builder.addDependencies(MavenArtifact... elements)
Adds elements to
dependencies set. |
RuntimeSpec.Builder |
ImmutableRuntimeSpec.Builder.addDependency(MavenArtifact element)
Adds one element to
dependencies set. |
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withDependencies(MavenArtifact... elements)
Copy the current immutable object with elements that replace the content of
dependencies. |
| Modifier and Type | Method and Description |
|---|---|
RuntimeSpec.Builder |
ImmutableRuntimeSpec.Builder.addAllDependencies(Iterable<? extends MavenArtifact> elements)
Adds elements to
dependencies set. |
RuntimeSpec.Builder |
ImmutableRuntimeSpec.Builder.dependencies(Iterable<? extends MavenArtifact> elements)
Sets or replaces all elements for
dependencies set. |
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withDependencies(Iterable<? extends MavenArtifact> elements)
Copy the current immutable object with elements that replace the content of
dependencies. |
Copyright © 2020 The Apache Software Foundation. All rights reserved.