| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model.crd |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCamelCatalogSpec |
ImmutableCamelCatalogSpec.Builder.build()
Builds a new
ImmutableCamelCatalogSpec. |
static ImmutableCamelCatalogSpec |
ImmutableCamelCatalogSpec.copyOf(CamelCatalogSpec instance)
Creates an immutable copy of a
CamelCatalogSpec value. |
ImmutableCamelCatalogSpec |
ImmutableCamelCatalogSpec.withArtifacts(Map<String,? extends CamelArtifact> entries)
Copy the current immutable object by replacing the
artifacts map with the specified map. |
ImmutableCamelCatalogSpec |
ImmutableCamelCatalogSpec.withLoaders(Map<String,? extends CamelLoader> entries)
Copy the current immutable object by replacing the
loaders map with the specified map. |
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.