ImmutableRuntimeSpec |
ImmutableRuntimeSpec.Builder.build() |
|
static ImmutableRuntimeSpec |
ImmutableRuntimeSpec.copyOf(RuntimeSpec instance) |
|
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withApplicationClass(String value) |
Copy the current immutable object by setting a value for the applicationClass attribute.
|
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withCapabilities(Map<String,? extends CamelCapability> entries) |
Copy the current immutable object by replacing the capabilities map with the specified map.
|
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withDependencies(Iterable<? extends Artifact> elements) |
Copy the current immutable object with elements that replace the content of dependencies .
|
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withDependencies(Artifact... elements) |
Copy the current immutable object with elements that replace the content of dependencies .
|
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withMetadata(Map<String,? extends String> entries) |
Copy the current immutable object by replacing the metadata map with the specified map.
|
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withProvider(String value) |
Copy the current immutable object by setting a value for the provider attribute.
|
ImmutableRuntimeSpec |
ImmutableRuntimeSpec.withVersion(String value) |
Copy the current immutable object by setting a value for the version attribute.
|