| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model.crd |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.Builder.build()
Builds a new
ImmutableRuntimeSpec. |
static ImmutableRuntimeSpec |
ImmutableRuntimeSpec.copyOf(RuntimeSpec instance)
Creates an immutable copy of a
RuntimeSpec value. |
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withApplicationClass(String value)
Copy the current immutable object by setting a value for the
applicationClass attribute. |
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withCapabilities(Map<String,? extends CamelCapability> entries)
Copy the current immutable object by replacing the
capabilities map with the specified map. |
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withDependencies(Iterable<? extends MavenArtifact> elements)
Copy the current immutable object with elements that replace the content of
dependencies. |
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withDependencies(MavenArtifact... elements)
Copy the current immutable object with elements that replace the content of
dependencies. |
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withMetadata(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
metadata map with the specified map. |
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withProvider(String value)
Copy the current immutable object by setting a value for the
provider attribute. |
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withVersion(String value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2020 The Apache Software Foundation. All rights reserved.