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() |
org.apache.camel.catalog.CamelCatalog |
getCamelCatalog() |
String |
getComponentJSonSchemaDirectory() |
String |
getDataFormatJSonSchemaDirectory() |
String |
getLanguageJSonSchemaDirectory() |
String |
getProviderName() |
void |
setCamelCatalog(org.apache.camel.catalog.CamelCatalog camelCatalog) |
public org.apache.camel.catalog.CamelCatalog getCamelCatalog()
getCamelCatalog
in interface org.apache.camel.catalog.RuntimeProvider
public void setCamelCatalog(org.apache.camel.catalog.CamelCatalog camelCatalog)
setCamelCatalog
in interface org.apache.camel.catalog.RuntimeProvider
public String getProviderName()
getProviderName
in interface org.apache.camel.catalog.RuntimeProvider
public String getComponentJSonSchemaDirectory()
getComponentJSonSchemaDirectory
in interface org.apache.camel.catalog.RuntimeProvider
public String getDataFormatJSonSchemaDirectory()
getDataFormatJSonSchemaDirectory
in interface org.apache.camel.catalog.RuntimeProvider
public String getLanguageJSonSchemaDirectory()
getLanguageJSonSchemaDirectory
in interface org.apache.camel.catalog.RuntimeProvider
public List<String> findComponentNames()
findComponentNames
in interface org.apache.camel.catalog.RuntimeProvider
public List<String> findDataFormatNames()
findDataFormatNames
in interface org.apache.camel.catalog.RuntimeProvider
Apache Camel