Uses of Class
org.apache.camel.k.catalog.model.ImmutableCamelScopedArtifact
Packages that use ImmutableCamelScopedArtifact
-
Uses of ImmutableCamelScopedArtifact in org.apache.camel.k.catalog.model
Methods in org.apache.camel.k.catalog.model that return ImmutableCamelScopedArtifactModifier and TypeMethodDescriptionImmutableCamelScopedArtifact.Builder.build()
Builds a newImmutableCamelScopedArtifact
.static ImmutableCamelScopedArtifact
ImmutableCamelScopedArtifact.copyOf
(CamelScopedArtifact instance) Creates an immutable copy of aCamelScopedArtifact
value.ImmutableCamelScopedArtifact.withDependencies
(Iterable<? extends Artifact> elements) Copy the current immutable object with elements that replace the content ofdependencies
.ImmutableCamelScopedArtifact.withDependencies
(Artifact... elements) Copy the current immutable object with elements that replace the content ofdependencies
.ImmutableCamelScopedArtifact.withRequiredCapabilities
(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofrequiredCapabilities
.ImmutableCamelScopedArtifact.withRequiredCapabilities
(String... elements) Copy the current immutable object with elements that replace the content ofrequiredCapabilities
.