ImmutableCamelArtifact |
ImmutableCamelArtifact.Builder.build() |
|
static ImmutableCamelArtifact |
ImmutableCamelArtifact.copyOf(CamelArtifact instance) |
|
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(Iterable<? extends Artifact> elements) |
Copy the current immutable object with elements that replace the content of dependencies .
|
ImmutableCamelArtifact |
ImmutableCamelArtifact.withDependencies(Artifact... elements) |
Copy the current immutable object with elements that replace the content of dependencies .
|
ImmutableCamelArtifact |
ImmutableCamelArtifact.withExclusions(Iterable<? extends Artifact> elements) |
Copy the current immutable object with elements that replace the content of exclusions .
|
ImmutableCamelArtifact |
ImmutableCamelArtifact.withExclusions(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(Iterable<? extends CamelScheme> elements) |
Copy the current immutable object with elements that replace the content of schemes .
|
ImmutableCamelArtifact |
ImmutableCamelArtifact.withSchemes(CamelScheme... elements) |
Copy the current immutable object with elements that replace the content of schemes .
|
ImmutableCamelArtifact |
ImmutableCamelArtifact.withVersion(String value) |
Copy the current immutable object by setting a present value for the optional version attribute.
|
ImmutableCamelArtifact |
ImmutableCamelArtifact.withVersion(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the version attribute.
|