| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCamelArtifact |
ImmutableCamelArtifact.Builder.build()
Builds a new
ImmutableCamelArtifact. |
static ImmutableCamelArtifact |
ImmutableCamelArtifact.copyOf(CamelArtifact instance)
Creates an immutable copy of a
CamelArtifact value. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withArtifactId(String value)
Copy the current immutable object by setting a value for the
artifactId attribute. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withDataformats(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
dataformats. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withDataformats(String... elements)
Copy the current immutable object with elements that replace the content of
dataformats. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withDependencies(Artifact... elements)
Copy the current immutable object with elements that replace the content of
dependencies. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withDependencies(Iterable<? extends Artifact> elements)
Copy the current immutable object with elements that replace the content of
dependencies. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withExclusions(Artifact... elements)
Copy the current immutable object with elements that replace the content of
exclusions. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withExclusions(Iterable<? extends Artifact> elements)
Copy the current immutable object with elements that replace the content of
exclusions. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withGroupId(String value)
Copy the current immutable object by setting a value for the
groupId attribute. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withJavaTypes(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
javaTypes. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withJavaTypes(String... elements)
Copy the current immutable object with elements that replace the content of
javaTypes. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withLanguages(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
languages. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withLanguages(String... elements)
Copy the current immutable object with elements that replace the content of
languages. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withSchemes(CamelScheme... elements)
Copy the current immutable object with elements that replace the content of
schemes. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withSchemes(Iterable<? extends CamelScheme> elements)
Copy the current immutable object with elements that replace the content of
schemes. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.withVersion(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
version attribute. |
ImmutableCamelArtifact |
ImmutableCamelArtifact.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.