Uses of Interface
org.apache.camel.k.catalog.model.CamelArtifact
-
Packages that use CamelArtifact Package Description org.apache.camel.k.catalog.model org.apache.camel.k.catalog.model.k8s.crd -
-
Uses of CamelArtifact in org.apache.camel.k.catalog.model
Classes in org.apache.camel.k.catalog.model that implement CamelArtifact Modifier and Type Class Description class
ImmutableCamelArtifact
Immutable implementation ofCamelArtifact
.Methods in org.apache.camel.k.catalog.model with parameters of type CamelArtifact Modifier and Type Method Description static ImmutableCamelArtifact
ImmutableCamelArtifact. copyOf(CamelArtifact instance)
Creates an immutable copy of aCamelArtifact
value.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 CamelArtifact Modifier and Type Method Description default SortedMap<String,CamelArtifact>
CamelCatalogSpec. getArtifacts()
SortedMap<String,CamelArtifact>
ImmutableCamelCatalogSpec. getArtifacts()
Methods in org.apache.camel.k.catalog.model.k8s.crd with parameters of type CamelArtifact Modifier and Type Method Description CamelCatalogSpec.Builder
CamelCatalogSpec.Builder. putArtifact(CamelArtifact artifact)
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 CamelArtifact Modifier and Type Method Description CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder. artifacts(Map<String,? extends CamelArtifact> entries)
Sets or replaces all mappings from the specified map as entries for theartifacts
map.CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder. putAllArtifacts(Map<String,? extends CamelArtifact> entries)
Put all mappings from the specified map as entries toartifacts
map.CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder. putArtifact(Map.Entry<String,? extends CamelArtifact> entry)
Put one entry to theartifacts
map.ImmutableCamelCatalogSpec
ImmutableCamelCatalogSpec. withArtifacts(Map<String,? extends CamelArtifact> entries)
Copy the current immutable object by replacing theartifacts
map with the specified map.
-