Uses of Class
org.apache.camel.k.tooling.maven.model.crd.ImmutableRuntimeSpec
-
Packages that use ImmutableRuntimeSpec Package Description org.apache.camel.k.tooling.maven.model.crd -
-
Uses of ImmutableRuntimeSpec in org.apache.camel.k.tooling.maven.model.crd
Methods in org.apache.camel.k.tooling.maven.model.crd that return ImmutableRuntimeSpec Modifier and Type Method Description ImmutableRuntimeSpecImmutableRuntimeSpec.Builder. build()Builds a newImmutableRuntimeSpec.static ImmutableRuntimeSpecImmutableRuntimeSpec. copyOf(RuntimeSpec instance)Creates an immutable copy of aRuntimeSpecvalue.ImmutableRuntimeSpecImmutableRuntimeSpec. withApplicationClass(String value)Copy the current immutable object by setting a value for theapplicationClassattribute.ImmutableRuntimeSpecImmutableRuntimeSpec. withCapabilities(Map<String,? extends CamelCapability> entries)Copy the current immutable object by replacing thecapabilitiesmap with the specified map.ImmutableRuntimeSpecImmutableRuntimeSpec. withDependencies(Iterable<? extends MavenArtifact> elements)Copy the current immutable object with elements that replace the content ofdependencies.ImmutableRuntimeSpecImmutableRuntimeSpec. withDependencies(MavenArtifact... elements)Copy the current immutable object with elements that replace the content ofdependencies.ImmutableRuntimeSpecImmutableRuntimeSpec. withMetadata(Map<String,? extends String> entries)Copy the current immutable object by replacing themetadatamap with the specified map.ImmutableRuntimeSpecImmutableRuntimeSpec. withProvider(String value)Copy the current immutable object by setting a value for theproviderattribute.ImmutableRuntimeSpecImmutableRuntimeSpec. withVersion(String value)Copy the current immutable object by setting a value for theversionattribute.
-