public class SpringBootRuntimeProvider extends Object implements org.apache.camel.catalog.RuntimeProvider
RuntimeProvider which only includes the supported Camel components, data formats, and languages
which can be installed in Spring Boot using the starter dependencies.| Constructor and Description |
|---|
SpringBootRuntimeProvider() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
findComponentNames() |
List<String> |
findDataFormatNames() |
List<String> |
findLanguageNames() |
List<String> |
findOtherNames() |
org.apache.camel.catalog.CamelCatalog |
getCamelCatalog() |
String |
getComponentJSonSchemaDirectory() |
String |
getDataFormatJSonSchemaDirectory() |
String |
getLanguageJSonSchemaDirectory() |
String |
getOtherJSonSchemaDirectory() |
String |
getProviderArtifactId() |
String |
getProviderGroupId() |
String |
getProviderName() |
void |
setCamelCatalog(org.apache.camel.catalog.CamelCatalog camelCatalog) |
public org.apache.camel.catalog.CamelCatalog getCamelCatalog()
getCamelCatalog in interface org.apache.camel.catalog.RuntimeProviderpublic void setCamelCatalog(org.apache.camel.catalog.CamelCatalog camelCatalog)
setCamelCatalog in interface org.apache.camel.catalog.RuntimeProviderpublic String getProviderName()
getProviderName in interface org.apache.camel.catalog.RuntimeProviderpublic String getProviderGroupId()
getProviderGroupId in interface org.apache.camel.catalog.RuntimeProviderpublic String getProviderArtifactId()
getProviderArtifactId in interface org.apache.camel.catalog.RuntimeProviderpublic String getComponentJSonSchemaDirectory()
getComponentJSonSchemaDirectory in interface org.apache.camel.catalog.RuntimeProviderpublic String getDataFormatJSonSchemaDirectory()
getDataFormatJSonSchemaDirectory in interface org.apache.camel.catalog.RuntimeProviderpublic String getLanguageJSonSchemaDirectory()
getLanguageJSonSchemaDirectory in interface org.apache.camel.catalog.RuntimeProviderpublic String getOtherJSonSchemaDirectory()
getOtherJSonSchemaDirectory in interface org.apache.camel.catalog.RuntimeProviderpublic List<String> findComponentNames()
findComponentNames in interface org.apache.camel.catalog.RuntimeProviderpublic List<String> findDataFormatNames()
findDataFormatNames in interface org.apache.camel.catalog.RuntimeProviderpublic List<String> findLanguageNames()
findLanguageNames in interface org.apache.camel.catalog.RuntimeProviderApache Camel