| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCamelLoader |
ImmutableCamelLoader.Builder.build()
Builds a new
ImmutableCamelLoader. |
static ImmutableCamelLoader |
ImmutableCamelLoader.copyOf(CamelLoader instance)
Creates an immutable copy of a
CamelLoader value. |
ImmutableCamelLoader |
ImmutableCamelLoader.withArtifactId(String value)
Copy the current immutable object by setting a value for the
artifactId attribute. |
ImmutableCamelLoader |
ImmutableCamelLoader.withDependencies(Artifact... elements)
Copy the current immutable object with elements that replace the content of
dependencies. |
ImmutableCamelLoader |
ImmutableCamelLoader.withDependencies(Iterable<? extends Artifact> elements)
Copy the current immutable object with elements that replace the content of
dependencies. |
ImmutableCamelLoader |
ImmutableCamelLoader.withGroupId(String value)
Copy the current immutable object by setting a value for the
groupId attribute. |
ImmutableCamelLoader |
ImmutableCamelLoader.withLanguages(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
languages. |
ImmutableCamelLoader |
ImmutableCamelLoader.withLanguages(String... elements)
Copy the current immutable object with elements that replace the content of
languages. |
ImmutableCamelLoader |
ImmutableCamelLoader.withMetadata(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
metadata map with the specified map. |
ImmutableCamelLoader |
ImmutableCamelLoader.withVersion(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
version attribute. |
ImmutableCamelLoader |
ImmutableCamelLoader.withVersion(String value)
Copy the current immutable object by setting a present value for the optional
version attribute. |
Copyright © 2020 The Apache Software Foundation. All rights reserved.