Uses of Interface
org.apache.camel.k.catalog.model.Artifact
-
Packages that use Artifact Package Description org.apache.camel.k.catalog.model org.apache.camel.k.catalog.model.k8s.crd -
-
Uses of Artifact in org.apache.camel.k.catalog.model
Subinterfaces of Artifact in org.apache.camel.k.catalog.model Modifier and Type Interface Description interface
CamelArtifact
interface
CamelLoader
Classes in org.apache.camel.k.catalog.model that implement Artifact Modifier and Type Class Description class
ImmutableCamelArtifact
Immutable implementation ofCamelArtifact
.class
ImmutableCamelLoader
Immutable implementation ofCamelLoader
.Methods in org.apache.camel.k.catalog.model that return Artifact Modifier and Type Method Description static Artifact
Artifact. from(String groupId, String artifactId)
Methods in org.apache.camel.k.catalog.model that return types with arguments of type Artifact Modifier and Type Method Description default SortedSet<Artifact>
CamelArtifact. getDependencies()
default SortedSet<Artifact>
CamelCapability. getDependencies()
default SortedSet<Artifact>
CamelLoader. getDependencies()
default SortedSet<Artifact>
CamelScopedArtifact. getDependencies()
SortedSet<Artifact>
ImmutableCamelArtifact. getDependencies()
SortedSet<Artifact>
ImmutableCamelCapability. getDependencies()
SortedSet<Artifact>
ImmutableCamelLoader. getDependencies()
SortedSet<Artifact>
ImmutableCamelScopedArtifact. getDependencies()
default SortedSet<Artifact>
CamelArtifact. getExclusions()
SortedSet<Artifact>
ImmutableCamelArtifact. getExclusions()
Methods in org.apache.camel.k.catalog.model with parameters of type Artifact Modifier and Type Method Description CamelArtifact.Builder
ImmutableCamelArtifact.Builder. addDependencies(Artifact... elements)
Adds elements todependencies
sortedSet.CamelCapability.Builder
ImmutableCamelCapability.Builder. addDependencies(Artifact... elements)
Adds elements todependencies
sortedSet.CamelLoader.Builder
ImmutableCamelLoader.Builder. addDependencies(Artifact... elements)
Adds elements todependencies
sortedSet.CamelScopedArtifact.Builder
ImmutableCamelScopedArtifact.Builder. addDependencies(Artifact... elements)
Adds elements todependencies
sortedSet.CamelArtifact.Builder
ImmutableCamelArtifact.Builder. addDependency(Artifact element)
Adds one element todependencies
sortedSet.CamelCapability.Builder
ImmutableCamelCapability.Builder. addDependency(Artifact element)
Adds one element todependencies
sortedSet.CamelLoader.Builder
ImmutableCamelLoader.Builder. addDependency(Artifact element)
Adds one element todependencies
sortedSet.CamelScopedArtifact.Builder
ImmutableCamelScopedArtifact.Builder. addDependency(Artifact element)
Adds one element todependencies
sortedSet.CamelArtifact.Builder
ImmutableCamelArtifact.Builder. addExclusion(Artifact element)
Adds one element toexclusions
sortedSet.CamelArtifact.Builder
ImmutableCamelArtifact.Builder. addExclusions(Artifact... elements)
Adds elements toexclusions
sortedSet.default int
Artifact. compareTo(Artifact o)
CamelArtifact.Builder
ImmutableCamelArtifact.Builder. from(Artifact instance)
Fill a builder with attribute values from the providedorg.apache.camel.k.catalog.model.Artifact
instance.CamelLoader.Builder
ImmutableCamelLoader.Builder. from(Artifact instance)
Fill a builder with attribute values from the providedorg.apache.camel.k.catalog.model.Artifact
instance.ImmutableCamelArtifact
ImmutableCamelArtifact. withDependencies(Artifact... elements)
Copy the current immutable object with elements that replace the content ofdependencies
.ImmutableCamelCapability
ImmutableCamelCapability. withDependencies(Artifact... elements)
Copy the current immutable object with elements that replace the content ofdependencies
.ImmutableCamelLoader
ImmutableCamelLoader. withDependencies(Artifact... elements)
Copy the current immutable object with elements that replace the content ofdependencies
.ImmutableCamelScopedArtifact
ImmutableCamelScopedArtifact. withDependencies(Artifact... elements)
Copy the current immutable object with elements that replace the content ofdependencies
.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 Artifact Modifier and Type Method Description CamelArtifact.Builder
ImmutableCamelArtifact.Builder. addAllDependencies(Iterable<? extends Artifact> elements)
Adds elements todependencies
sortedSet.CamelCapability.Builder
ImmutableCamelCapability.Builder. addAllDependencies(Iterable<? extends Artifact> elements)
Adds elements todependencies
sortedSet.CamelLoader.Builder
ImmutableCamelLoader.Builder. addAllDependencies(Iterable<? extends Artifact> elements)
Adds elements todependencies
sortedSet.CamelScopedArtifact.Builder
ImmutableCamelScopedArtifact.Builder. addAllDependencies(Iterable<? extends Artifact> elements)
Adds elements todependencies
sortedSet.CamelArtifact.Builder
ImmutableCamelArtifact.Builder. addAllExclusions(Iterable<? extends Artifact> elements)
Adds elements toexclusions
sortedSet.CamelArtifact.Builder
ImmutableCamelArtifact.Builder. dependencies(Iterable<? extends Artifact> elements)
Sets or replaces all elements fordependencies
sortedSet.CamelCapability.Builder
ImmutableCamelCapability.Builder. dependencies(Iterable<? extends Artifact> elements)
Sets or replaces all elements fordependencies
sortedSet.CamelLoader.Builder
ImmutableCamelLoader.Builder. dependencies(Iterable<? extends Artifact> elements)
Sets or replaces all elements fordependencies
sortedSet.CamelScopedArtifact.Builder
ImmutableCamelScopedArtifact.Builder. dependencies(Iterable<? extends Artifact> elements)
Sets or replaces all elements fordependencies
sortedSet.CamelArtifact.Builder
ImmutableCamelArtifact.Builder. exclusions(Iterable<? extends Artifact> elements)
Sets or replaces all elements forexclusions
sortedSet.ImmutableCamelArtifact
ImmutableCamelArtifact. withDependencies(Iterable<? extends Artifact> elements)
Copy the current immutable object with elements that replace the content ofdependencies
.ImmutableCamelCapability
ImmutableCamelCapability. withDependencies(Iterable<? extends Artifact> elements)
Copy the current immutable object with elements that replace the content ofdependencies
.ImmutableCamelLoader
ImmutableCamelLoader. withDependencies(Iterable<? extends Artifact> elements)
Copy the current immutable object with elements that replace the content ofdependencies
.ImmutableCamelScopedArtifact
ImmutableCamelScopedArtifact. withDependencies(Iterable<? extends Artifact> elements)
Copy the current immutable object with elements that replace the content ofdependencies
.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 Artifact Modifier and Type Method Description SortedSet<Artifact>
ImmutableRuntimeSpec. getDependencies()
default SortedSet<Artifact>
RuntimeSpec. getDependencies()
Methods in org.apache.camel.k.catalog.model.k8s.crd with parameters of type Artifact Modifier and Type Method Description RuntimeSpec.Builder
ImmutableRuntimeSpec.Builder. addDependencies(Artifact... elements)
Adds elements todependencies
sortedSet.RuntimeSpec.Builder
ImmutableRuntimeSpec.Builder. addDependency(Artifact element)
Adds one element todependencies
sortedSet.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 Artifact Modifier and Type Method Description RuntimeSpec.Builder
ImmutableRuntimeSpec.Builder. addAllDependencies(Iterable<? extends Artifact> elements)
Adds elements todependencies
sortedSet.RuntimeSpec.Builder
ImmutableRuntimeSpec.Builder. dependencies(Iterable<? extends Artifact> elements)
Sets or replaces all elements fordependencies
sortedSet.ImmutableRuntimeSpec
ImmutableRuntimeSpec. withDependencies(Iterable<? extends Artifact> elements)
Copy the current immutable object with elements that replace the content ofdependencies
.
-