| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model | |
| org.apache.camel.k.tooling.maven.model.crd | |
| org.apache.camel.k.tooling.maven.processors |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogProcessor.process(org.apache.maven.project.MavenProject project,
org.apache.camel.catalog.CamelCatalog catalog,
CamelCatalogSpec.Builder specBuilder) |
| Modifier and Type | Method and Description |
|---|---|
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(CamelArtifact artifact) |
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.putArtifact(Map.Entry<String,? extends CamelArtifact> entry)
Put one entry to the
artifacts map. |
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.putArtifact(String key,
CamelArtifact value)
Put one entry to the
artifacts map. |
CamelCatalogSpec.Builder |
CamelCatalogSpec.Builder.putArtifact(String groupId,
String artifactId) |
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.putLoader(Map.Entry<String,? extends CamelLoader> entry)
Put one entry to the
loaders map. |
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.putLoader(String key,
CamelLoader value)
Put one entry to the
loaders map. |
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.runtime(RuntimeSpec runtime)
Initializes the value for the
runtime attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogProcessor3x.process(org.apache.maven.project.MavenProject project,
org.apache.camel.catalog.CamelCatalog catalog,
CamelCatalogSpec.Builder specBuilder) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.