Uses of Interface
org.apache.camel.k.tooling.maven.model.CamelArtifact
-
Packages that use CamelArtifact Package Description org.apache.camel.k.tooling.maven.model org.apache.camel.k.tooling.maven.model.crd -
-
Uses of CamelArtifact in org.apache.camel.k.tooling.maven.model
Classes in org.apache.camel.k.tooling.maven.model that implement CamelArtifact Modifier and Type Class Description classImmutableCamelArtifactImmutable implementation ofCamelArtifact.Methods in org.apache.camel.k.tooling.maven.model with parameters of type CamelArtifact Modifier and Type Method Description static ImmutableCamelArtifactImmutableCamelArtifact. copyOf(CamelArtifact instance)Creates an immutable copy of aCamelArtifactvalue.CamelArtifact.BuilderImmutableCamelArtifact.Builder. from(CamelArtifact instance)Fill a builder with attribute values from the providedorg.apache.camel.k.tooling.maven.model.CamelArtifactinstance. -
Uses of CamelArtifact in org.apache.camel.k.tooling.maven.model.crd
Methods in org.apache.camel.k.tooling.maven.model.crd that return types with arguments of type CamelArtifact Modifier and Type Method Description default Map<String,CamelArtifact>CamelCatalogSpec. getArtifacts()Map<String,CamelArtifact>ImmutableCamelCatalogSpec. getArtifacts()Methods in org.apache.camel.k.tooling.maven.model.crd with parameters of type CamelArtifact Modifier and Type Method Description CamelCatalogSpec.BuilderCamelCatalogSpec.Builder. putArtifact(CamelArtifact artifact)CamelCatalogSpec.BuilderImmutableCamelCatalogSpec.Builder. putArtifact(String key, CamelArtifact value)Put one entry to theartifactsmap.Method parameters in org.apache.camel.k.tooling.maven.model.crd with type arguments of type CamelArtifact Modifier and Type Method Description CamelCatalogSpec.BuilderImmutableCamelCatalogSpec.Builder. artifacts(Map<String,? extends CamelArtifact> entries)Sets or replaces all mappings from the specified map as entries for theartifactsmap.CamelCatalogSpec.BuilderImmutableCamelCatalogSpec.Builder. putAllArtifacts(Map<String,? extends CamelArtifact> entries)Put all mappings from the specified map as entries toartifactsmap.CamelCatalogSpec.BuilderImmutableCamelCatalogSpec.Builder. putArtifact(Map.Entry<String,? extends CamelArtifact> entry)Put one entry to theartifactsmap.ImmutableCamelCatalogSpecImmutableCamelCatalogSpec. withArtifacts(Map<String,? extends CamelArtifact> entries)Copy the current immutable object by replacing theartifactsmap with the specified map.
-