| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model.crd |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRuntimeSpec
Immutable implementation of
RuntimeSpec. |
| Modifier and Type | Method and Description |
|---|---|
RuntimeSpec |
ImmutableCamelCatalogSpec.getRuntime() |
RuntimeSpec |
CamelCatalogSpec.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableRuntimeSpec |
ImmutableRuntimeSpec.copyOf(RuntimeSpec instance)
Creates an immutable copy of a
RuntimeSpec value. |
RuntimeSpec.Builder |
ImmutableRuntimeSpec.Builder.from(RuntimeSpec instance)
Fill a builder with attribute values from the provided
RuntimeSpec instance. |
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.runtime(RuntimeSpec runtime)
Initializes the value for the
runtime attribute. |
ImmutableCamelCatalogSpec |
ImmutableCamelCatalogSpec.withRuntime(RuntimeSpec value)
Copy the current immutable object by setting a value for the
runtime attribute. |
Copyright © 2020 The Apache Software Foundation. All rights reserved.