Uses of Interface
org.apache.camel.k.catalog.model.CamelArtifact
Packages that use CamelArtifact
-
Uses of CamelArtifact in org.apache.camel.k.catalog.model
Classes in org.apache.camel.k.catalog.model that implement CamelArtifactMethods in org.apache.camel.k.catalog.model with parameters of type CamelArtifactModifier and TypeMethodDescriptionstatic ImmutableCamelArtifact
ImmutableCamelArtifact.copyOf
(CamelArtifact instance) Creates an immutable copy of aCamelArtifact
value.final CamelArtifact.Builder
ImmutableCamelArtifact.Builder.from
(CamelArtifact instance) Fill a builder with attribute values from the providedorg.apache.camel.k.catalog.model.CamelArtifact
instance. -
Uses of CamelArtifact 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 CamelArtifactModifier and TypeMethodDescriptiondefault SortedMap<String,
CamelArtifact> CamelCatalogSpec.getArtifacts()
ImmutableCamelCatalogSpec.getArtifacts()
Methods in org.apache.camel.k.catalog.model.k8s.crd with parameters of type CamelArtifactModifier and TypeMethodDescriptionCamelCatalogSpec.Builder.putArtifact
(CamelArtifact artifact) final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.putArtifact
(String key, CamelArtifact value) Put one entry to theartifacts
map.Method parameters in org.apache.camel.k.catalog.model.k8s.crd with type arguments of type CamelArtifactModifier and TypeMethodDescriptionfinal CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.artifacts
(Map<String, ? extends CamelArtifact> entries) Sets or replaces all mappings from the specified map as entries for theartifacts
map.final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.putAllArtifacts
(Map<String, ? extends CamelArtifact> entries) Put all mappings from the specified map as entries toartifacts
map.final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.putArtifact
(Map.Entry<String, ? extends CamelArtifact> entry) Put one entry to theartifacts
map.ImmutableCamelCatalogSpec.withArtifacts
(Map<String, ? extends CamelArtifact> entries) Copy the current immutable object by replacing theartifacts
map with the specified map.