Modifier and Type | Method and Description |
---|---|
protected void |
ComponentCatalogNexusRepository.addComponent(NexusArtifactDto dto,
org.apache.camel.catalog.CamelCatalog camelCatalog,
String scheme,
String javaType,
String json)
Adds the component to the
CamelCatalog |
protected void |
ConnectorCatalogNexusRepository.addConnector(NexusArtifactDto dto,
String name,
String scheme,
String javaType,
String description,
String labels,
String connectorJson,
String connectorSchemaJson,
String componentSchemaJson)
Adds the connector to the data store
|
protected String |
BaseNexusRepository.createArtifactURL(NexusArtifactDto dto)
Creates the url to download the artifact.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectorCatalogNexusRepository.onNewArtifacts(Set<NexusArtifactDto> newArtifacts) |
void |
ComponentCatalogNexusRepository.onNewArtifacts(Set<NexusArtifactDto> newArtifacts) |
Apache Camel