Uses of Class
org.apache.camel.k.tooling.maven.model.crd.ImmutableCamelCatalogSpec
-
Packages that use ImmutableCamelCatalogSpec Package Description org.apache.camel.k.tooling.maven.model.crd -
-
Uses of ImmutableCamelCatalogSpec in org.apache.camel.k.tooling.maven.model.crd
Methods in org.apache.camel.k.tooling.maven.model.crd that return ImmutableCamelCatalogSpec Modifier and Type Method Description ImmutableCamelCatalogSpecImmutableCamelCatalogSpec.Builder. build()Builds a newImmutableCamelCatalogSpec.static ImmutableCamelCatalogSpecImmutableCamelCatalogSpec. copyOf(CamelCatalogSpec instance)Creates an immutable copy of aCamelCatalogSpecvalue.ImmutableCamelCatalogSpecImmutableCamelCatalogSpec. withArtifacts(Map<String,? extends CamelArtifact> entries)Copy the current immutable object by replacing theartifactsmap with the specified map.ImmutableCamelCatalogSpecImmutableCamelCatalogSpec. withLoaders(Map<String,? extends CamelLoader> entries)Copy the current immutable object by replacing theloadersmap with the specified map.ImmutableCamelCatalogSpecImmutableCamelCatalogSpec. withRuntime(RuntimeSpec value)Copy the current immutable object by setting a value for theruntimeattribute.
-