Uses of Class
org.apache.camel.k.catalog.model.ImmutableCamelArtifact
Packages that use ImmutableCamelArtifact
-
Uses of ImmutableCamelArtifact in org.apache.camel.k.catalog.model
Methods in org.apache.camel.k.catalog.model that return ImmutableCamelArtifactModifier and TypeMethodDescriptionImmutableCamelArtifact.Builder.build()
Builds a newImmutableCamelArtifact
.static ImmutableCamelArtifact
ImmutableCamelArtifact.copyOf
(CamelArtifact instance) Creates an immutable copy of aCamelArtifact
value.final ImmutableCamelArtifact
ImmutableCamelArtifact.withArtifactId
(String value) Copy the current immutable object by setting a value for theartifactId
attribute.final ImmutableCamelArtifact
ImmutableCamelArtifact.withDataformats
(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofdataformats
.final ImmutableCamelArtifact
ImmutableCamelArtifact.withDataformats
(String... elements) Copy the current immutable object with elements that replace the content ofdataformats
.final ImmutableCamelArtifact
ImmutableCamelArtifact.withDependencies
(Iterable<? extends Artifact> elements) Copy the current immutable object with elements that replace the content ofdependencies
.final ImmutableCamelArtifact
ImmutableCamelArtifact.withDependencies
(Artifact... elements) Copy the current immutable object with elements that replace the content ofdependencies
.final ImmutableCamelArtifact
ImmutableCamelArtifact.withExclusions
(Iterable<? extends Artifact> elements) Copy the current immutable object with elements that replace the content ofexclusions
.final ImmutableCamelArtifact
ImmutableCamelArtifact.withExclusions
(Artifact... elements) Copy the current immutable object with elements that replace the content ofexclusions
.final ImmutableCamelArtifact
ImmutableCamelArtifact.withGroupId
(String value) Copy the current immutable object by setting a value for thegroupId
attribute.final ImmutableCamelArtifact
ImmutableCamelArtifact.withJavaTypes
(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofjavaTypes
.final ImmutableCamelArtifact
ImmutableCamelArtifact.withJavaTypes
(String... elements) Copy the current immutable object with elements that replace the content ofjavaTypes
.final ImmutableCamelArtifact
ImmutableCamelArtifact.withLanguages
(Iterable<String> elements) Copy the current immutable object with elements that replace the content oflanguages
.final ImmutableCamelArtifact
ImmutableCamelArtifact.withLanguages
(String... elements) Copy the current immutable object with elements that replace the content oflanguages
.final ImmutableCamelArtifact
ImmutableCamelArtifact.withSchemes
(Iterable<? extends CamelScheme> elements) Copy the current immutable object with elements that replace the content ofschemes
.final ImmutableCamelArtifact
ImmutableCamelArtifact.withSchemes
(CamelScheme... elements) Copy the current immutable object with elements that replace the content ofschemes
.final ImmutableCamelArtifact
ImmutableCamelArtifact.withVersion
(String value) Copy the current immutable object by setting a present value for the optionalversion
attribute.final ImmutableCamelArtifact
ImmutableCamelArtifact.withVersion
(Optional<String> optional) Copy the current immutable object by setting an optional value for theversion
attribute.