CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.artifacts(Map<String,? extends CamelArtifact> entries) |
Sets or replaces all mappings from the specified map as entries for the artifacts map.
|
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.from(CamelCatalogSpec instance) |
Fill a builder with attribute values from the provided CamelCatalogSpec instance.
|
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.loaders(Map<String,? extends CamelLoader> entries) |
Sets or replaces all mappings from the specified map as entries for the loaders map.
|
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.putAllArtifacts(Map<String,? extends CamelArtifact> entries) |
Put all mappings from the specified map as entries to artifacts map.
|
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.putAllLoaders(Map<String,? extends CamelLoader> entries) |
Put all mappings from the specified map as entries to loaders map.
|
CamelCatalogSpec.Builder |
CamelCatalogSpec.Builder.putArtifact(String groupId,
String artifactId) |
|
CamelCatalogSpec.Builder |
CamelCatalogSpec.Builder.putArtifact(CamelArtifact artifact) |
|
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.putArtifact(String key,
CamelArtifact value) |
|
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.putArtifact(Map.Entry<String,? extends CamelArtifact> entry) |
|
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.putLoader(String key,
CamelLoader value) |
|
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.putLoader(Map.Entry<String,? extends CamelLoader> entry) |
|
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.runtime(RuntimeSpec runtime) |
Initializes the value for the runtime attribute.
|