Uses of Interface
org.apache.camel.k.tooling.maven.model.crd.RuntimeSpec
-
Packages that use RuntimeSpec Package Description org.apache.camel.k.tooling.maven.model.crd -
-
Uses of RuntimeSpec in org.apache.camel.k.tooling.maven.model.crd
Classes in org.apache.camel.k.tooling.maven.model.crd that implement RuntimeSpec Modifier and Type Class Description classImmutableRuntimeSpecImmutable implementation ofRuntimeSpec.Methods in org.apache.camel.k.tooling.maven.model.crd that return RuntimeSpec Modifier and Type Method Description RuntimeSpecCamelCatalogSpec. getRuntime()RuntimeSpecImmutableCamelCatalogSpec. getRuntime()Methods in org.apache.camel.k.tooling.maven.model.crd with parameters of type RuntimeSpec Modifier and Type Method Description static ImmutableRuntimeSpecImmutableRuntimeSpec. copyOf(RuntimeSpec instance)Creates an immutable copy of aRuntimeSpecvalue.RuntimeSpec.BuilderImmutableRuntimeSpec.Builder. from(RuntimeSpec instance)Fill a builder with attribute values from the providedRuntimeSpecinstance.CamelCatalogSpec.BuilderImmutableCamelCatalogSpec.Builder. runtime(RuntimeSpec runtime)Initializes the value for theruntimeattribute.ImmutableCamelCatalogSpecImmutableCamelCatalogSpec. withRuntime(RuntimeSpec value)Copy the current immutable object by setting a value for theruntimeattribute.
-