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