| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCamelScheme
Immutable implementation of
CamelScheme. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<CamelScheme> |
ImmutableCamelArtifact.getSchemes() |
default Set<CamelScheme> |
CamelArtifact.getSchemes() |
| Modifier and Type | Method and Description |
|---|---|
CamelArtifact.Builder |
ImmutableCamelArtifact.Builder.addScheme(CamelScheme element)
Adds one element to
schemes set. |
CamelArtifact.Builder |
ImmutableCamelArtifact.Builder.addSchemes(CamelScheme... elements)
Adds elements to
schemes set. |
static ImmutableCamelScheme |
ImmutableCamelScheme.copyOf(CamelScheme instance)
Creates an immutable copy of a
CamelScheme value. |
CamelScheme.Builder |
ImmutableCamelScheme.Builder.from(CamelScheme instance)
Fill a builder with attribute values from the provided
CamelScheme instance. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withSchemes(CamelScheme... elements)
Copy the current immutable object with elements that replace the content of
schemes. |
| Modifier and Type | Method and Description |
|---|---|
CamelArtifact.Builder |
ImmutableCamelArtifact.Builder.addAllSchemes(Iterable<? extends CamelScheme> elements)
Adds elements to
schemes set. |
CamelArtifact.Builder |
ImmutableCamelArtifact.Builder.schemes(Iterable<? extends CamelScheme> elements)
Sets or replaces all elements for
schemes set. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withSchemes(Iterable<? extends CamelScheme> elements)
Copy the current immutable object with elements that replace the content of
schemes. |
Copyright © 2020 The Apache Software Foundation. All rights reserved.