Uses of Interface
org.apache.camel.k.catalog.model.Artifact
Packages that use Artifact
-
Uses of Artifact in org.apache.camel.k.catalog.model
Subinterfaces of Artifact in org.apache.camel.k.catalog.modelClasses in org.apache.camel.k.catalog.model that implement ArtifactModifier and TypeClassDescriptionfinal class
Immutable implementation ofCamelArtifact
.final class
Immutable implementation ofCamelLoader
.Methods in org.apache.camel.k.catalog.model that return ArtifactMethods in org.apache.camel.k.catalog.model that return types with arguments of type ArtifactModifier and TypeMethodDescriptionCamelArtifact.getDependencies()
CamelCapability.getDependencies()
CamelLoader.getDependencies()
CamelScopedArtifact.getDependencies()
ImmutableCamelArtifact.getDependencies()
ImmutableCamelCapability.getDependencies()
ImmutableCamelLoader.getDependencies()
ImmutableCamelScopedArtifact.getDependencies()
CamelArtifact.getExclusions()
ImmutableCamelArtifact.getExclusions()
Methods in org.apache.camel.k.catalog.model with parameters of type ArtifactModifier and TypeMethodDescriptionfinal CamelArtifact.Builder
ImmutableCamelArtifact.Builder.addDependencies
(Artifact... elements) Adds elements todependencies
sortedSet.final CamelCapability.Builder
ImmutableCamelCapability.Builder.addDependencies
(Artifact... elements) Adds elements todependencies
sortedSet.final CamelLoader.Builder
ImmutableCamelLoader.Builder.addDependencies
(Artifact... elements) Adds elements todependencies
sortedSet.ImmutableCamelScopedArtifact.Builder.addDependencies
(Artifact... elements) Adds elements todependencies
sortedSet.final CamelArtifact.Builder
ImmutableCamelArtifact.Builder.addDependency
(Artifact element) Adds one element todependencies
sortedSet.final CamelCapability.Builder
ImmutableCamelCapability.Builder.addDependency
(Artifact element) Adds one element todependencies
sortedSet.final CamelLoader.Builder
ImmutableCamelLoader.Builder.addDependency
(Artifact element) Adds one element todependencies
sortedSet.ImmutableCamelScopedArtifact.Builder.addDependency
(Artifact element) Adds one element todependencies
sortedSet.final CamelArtifact.Builder
ImmutableCamelArtifact.Builder.addExclusion
(Artifact element) Adds one element toexclusions
sortedSet.final CamelArtifact.Builder
ImmutableCamelArtifact.Builder.addExclusions
(Artifact... elements) Adds elements toexclusions
sortedSet.default int
final CamelArtifact.Builder
Fill a builder with attribute values from the providedorg.apache.camel.k.catalog.model.Artifact
instance.final CamelLoader.Builder
Fill a builder with attribute values from the providedorg.apache.camel.k.catalog.model.Artifact
instance.final ImmutableCamelArtifact
ImmutableCamelArtifact.withDependencies
(Artifact... elements) Copy the current immutable object with elements that replace the content ofdependencies
.final ImmutableCamelCapability
ImmutableCamelCapability.withDependencies
(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
.ImmutableCamelScopedArtifact.withDependencies
(Artifact... elements) Copy the current immutable object with elements that replace the content ofdependencies
.final ImmutableCamelArtifact
ImmutableCamelArtifact.withExclusions
(Artifact... elements) Copy the current immutable object with elements that replace the content ofexclusions
.Method parameters in org.apache.camel.k.catalog.model with type arguments of type ArtifactModifier and TypeMethodDescriptionfinal CamelArtifact.Builder
ImmutableCamelArtifact.Builder.addAllDependencies
(Iterable<? extends Artifact> elements) Adds elements todependencies
sortedSet.final CamelCapability.Builder
ImmutableCamelCapability.Builder.addAllDependencies
(Iterable<? extends Artifact> elements) Adds elements todependencies
sortedSet.final CamelLoader.Builder
ImmutableCamelLoader.Builder.addAllDependencies
(Iterable<? extends Artifact> elements) Adds elements todependencies
sortedSet.ImmutableCamelScopedArtifact.Builder.addAllDependencies
(Iterable<? extends Artifact> elements) Adds elements todependencies
sortedSet.final CamelArtifact.Builder
ImmutableCamelArtifact.Builder.addAllExclusions
(Iterable<? extends Artifact> elements) Adds elements toexclusions
sortedSet.final CamelArtifact.Builder
ImmutableCamelArtifact.Builder.dependencies
(Iterable<? extends Artifact> elements) Sets or replaces all elements fordependencies
sortedSet.final CamelCapability.Builder
ImmutableCamelCapability.Builder.dependencies
(Iterable<? extends Artifact> elements) Sets or replaces all elements fordependencies
sortedSet.final CamelLoader.Builder
ImmutableCamelLoader.Builder.dependencies
(Iterable<? extends Artifact> elements) Sets or replaces all elements fordependencies
sortedSet.ImmutableCamelScopedArtifact.Builder.dependencies
(Iterable<? extends Artifact> elements) Sets or replaces all elements fordependencies
sortedSet.final CamelArtifact.Builder
ImmutableCamelArtifact.Builder.exclusions
(Iterable<? extends Artifact> elements) Sets or replaces all elements forexclusions
sortedSet.final ImmutableCamelArtifact
ImmutableCamelArtifact.withDependencies
(Iterable<? extends Artifact> elements) Copy the current immutable object with elements that replace the content ofdependencies
.final ImmutableCamelCapability
ImmutableCamelCapability.withDependencies
(Iterable<? extends Artifact> elements) Copy the current immutable object with elements that replace the content ofdependencies
.final ImmutableCamelLoader
ImmutableCamelLoader.withDependencies
(Iterable<? extends Artifact> elements) Copy the current immutable object with elements that replace the content ofdependencies
.ImmutableCamelScopedArtifact.withDependencies
(Iterable<? extends 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
. -
Uses of Artifact in org.apache.camel.k.catalog.model.k8s.crd
Methods in org.apache.camel.k.catalog.model.k8s.crd that return types with arguments of type ArtifactModifier and TypeMethodDescriptionImmutableRuntimeSpec.getDependencies()
RuntimeSpec.getDependencies()
Methods in org.apache.camel.k.catalog.model.k8s.crd with parameters of type ArtifactModifier and TypeMethodDescriptionfinal RuntimeSpec.Builder
ImmutableRuntimeSpec.Builder.addDependencies
(Artifact... elements) Adds elements todependencies
sortedSet.final RuntimeSpec.Builder
ImmutableRuntimeSpec.Builder.addDependency
(Artifact element) Adds one element todependencies
sortedSet.final ImmutableRuntimeSpec
ImmutableRuntimeSpec.withDependencies
(Artifact... elements) Copy the current immutable object with elements that replace the content ofdependencies
.Method parameters in org.apache.camel.k.catalog.model.k8s.crd with type arguments of type ArtifactModifier and TypeMethodDescriptionfinal RuntimeSpec.Builder
ImmutableRuntimeSpec.Builder.addAllDependencies
(Iterable<? extends Artifact> elements) Adds elements todependencies
sortedSet.final RuntimeSpec.Builder
ImmutableRuntimeSpec.Builder.dependencies
(Iterable<? extends Artifact> elements) Sets or replaces all elements fordependencies
sortedSet.final ImmutableRuntimeSpec
ImmutableRuntimeSpec.withDependencies
(Iterable<? extends Artifact> elements) Copy the current immutable object with elements that replace the content ofdependencies
.