Uses of Class
org.apache.camel.k.catalog.model.ImmutableCamelLoader
Packages that use ImmutableCamelLoader
-
Uses of ImmutableCamelLoader in org.apache.camel.k.catalog.model
Methods in org.apache.camel.k.catalog.model that return ImmutableCamelLoaderModifier and TypeMethodDescriptionImmutableCamelLoader.Builder.build()
Builds a newImmutableCamelLoader
.static ImmutableCamelLoader
ImmutableCamelLoader.copyOf
(CamelLoader instance) Creates an immutable copy of aCamelLoader
value.final ImmutableCamelLoader
ImmutableCamelLoader.withArtifactId
(String value) Copy the current immutable object by setting a value for theartifactId
attribute.final ImmutableCamelLoader
ImmutableCamelLoader.withDependencies
(Iterable<? extends Artifact> elements) Copy the current immutable object with elements that replace the content ofdependencies
.final ImmutableCamelLoader
ImmutableCamelLoader.withDependencies
(Artifact... elements) Copy the current immutable object with elements that replace the content ofdependencies
.final ImmutableCamelLoader
ImmutableCamelLoader.withGroupId
(String value) Copy the current immutable object by setting a value for thegroupId
attribute.final ImmutableCamelLoader
ImmutableCamelLoader.withLanguages
(Iterable<String> elements) Copy the current immutable object with elements that replace the content oflanguages
.final ImmutableCamelLoader
ImmutableCamelLoader.withLanguages
(String... elements) Copy the current immutable object with elements that replace the content oflanguages
.final ImmutableCamelLoader
ImmutableCamelLoader.withMetadata
(Map<String, ? extends String> entries) Copy the current immutable object by replacing themetadata
map with the specified map.final ImmutableCamelLoader
ImmutableCamelLoader.withVersion
(String value) Copy the current immutable object by setting a present value for the optionalversion
attribute.final ImmutableCamelLoader
ImmutableCamelLoader.withVersion
(Optional<String> optional) Copy the current immutable object by setting an optional value for theversion
attribute.