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 ImmutableRuntimeSpec
ImmutableRuntimeSpec.Builder. build()
Builds a newImmutableRuntimeSpec
.static ImmutableRuntimeSpec
ImmutableRuntimeSpec. copyOf(RuntimeSpec instance)
Creates an immutable copy of aRuntimeSpec
value.ImmutableRuntimeSpec
ImmutableRuntimeSpec. withApplicationClass(String value)
Copy the current immutable object by setting a value for theapplicationClass
attribute.ImmutableRuntimeSpec
ImmutableRuntimeSpec. withCapabilities(Map<String,? extends CamelCapability> entries)
Copy the current immutable object by replacing thecapabilities
map with the specified map.ImmutableRuntimeSpec
ImmutableRuntimeSpec. withDependencies(Iterable<? extends MavenArtifact> elements)
Copy the current immutable object with elements that replace the content ofdependencies
.ImmutableRuntimeSpec
ImmutableRuntimeSpec. withDependencies(MavenArtifact... elements)
Copy the current immutable object with elements that replace the content ofdependencies
.ImmutableRuntimeSpec
ImmutableRuntimeSpec. withMetadata(Map<String,? extends String> entries)
Copy the current immutable object by replacing themetadata
map with the specified map.ImmutableRuntimeSpec
ImmutableRuntimeSpec. withProvider(String value)
Copy the current immutable object by setting a value for theprovider
attribute.ImmutableRuntimeSpec
ImmutableRuntimeSpec. withVersion(String value)
Copy the current immutable object by setting a value for theversion
attribute.
-