Package org.apache.camel.catalog
Class DefaultRuntimeProvider
java.lang.Object
org.apache.camel.catalog.DefaultRuntimeProvider
- All Implemented Interfaces:
RuntimeProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFind all the pojo beans names from the Camel catalog supported by the providerFind all the component names from the Camel catalog supported by the providerFind all the data format names from the Camel catalog supported by the providerFind all the dev console names from the Camel catalog supported by the providerFind all the language names from the Camel catalog supported by the providerFind all the other (miscellaneous) names from the Camel catalog supported by the providerFind all the transfromer names from the Camel catalog supported by the providerprotected StringGets theCamelCatalogGets the directory where the component json files are stored in the catalog JAR fileprotected StringGets the directory where the data format json files are stored in the catalog JAR fileprotected Stringprotected StringGets the directory where the dev-console json files are stored in the catalog JAR fileprotected StringGets the directory where the language json files are stored in the catalog JAR fileprotected StringGets the directory where the other (miscellaneous) json files are stored in the catalog JAR fileGets the directory where the pojo bean json files are stored in the catalog JAR fileMaven artifact id of the runtime provider JAR dependency.Maven group id of the runtime provider JAR dependency.Name of provider such as default, karaf, spring-bootprotected StringGets the directory where the transformer json files are stored in the catalog JAR filevoidsetCamelCatalog(CamelCatalog camelCatalog) Sets theCamelCatalogto use
-
Constructor Details
-
DefaultRuntimeProvider
public DefaultRuntimeProvider() -
DefaultRuntimeProvider
-
-
Method Details
-
getCamelCatalog
Description copied from interface:RuntimeProviderGets theCamelCatalog- Specified by:
getCamelCatalogin interfaceRuntimeProvider
-
setCamelCatalog
Description copied from interface:RuntimeProviderSets theCamelCatalogto use- Specified by:
setCamelCatalogin interfaceRuntimeProvider
-
getProviderName
Description copied from interface:RuntimeProviderName of provider such as default, karaf, spring-boot- Specified by:
getProviderNamein interfaceRuntimeProvider
-
getProviderGroupId
Description copied from interface:RuntimeProviderMaven group id of the runtime provider JAR dependency.- Specified by:
getProviderGroupIdin interfaceRuntimeProvider
-
getProviderArtifactId
Description copied from interface:RuntimeProviderMaven artifact id of the runtime provider JAR dependency.- Specified by:
getProviderArtifactIdin interfaceRuntimeProvider
-
getComponentJSonSchemaDirectory
Description copied from interface:RuntimeProviderGets the directory where the component json files are stored in the catalog JAR file- Specified by:
getComponentJSonSchemaDirectoryin interfaceRuntimeProvider
-
getDataFormatJSonSchemaDirectory
Description copied from interface:RuntimeProviderGets the directory where the data format json files are stored in the catalog JAR file- Specified by:
getDataFormatJSonSchemaDirectoryin interfaceRuntimeProvider
-
getLanguageJSonSchemaDirectory
Description copied from interface:RuntimeProviderGets the directory where the language json files are stored in the catalog JAR file- Specified by:
getLanguageJSonSchemaDirectoryin interfaceRuntimeProvider
-
getTransformerJSonSchemaDirectory
Description copied from interface:RuntimeProviderGets the directory where the transformer json files are stored in the catalog JAR file- Specified by:
getTransformerJSonSchemaDirectoryin interfaceRuntimeProvider
-
getDevConsoleJSonSchemaDirectory
Description copied from interface:RuntimeProviderGets the directory where the dev-console json files are stored in the catalog JAR file- Specified by:
getDevConsoleJSonSchemaDirectoryin interfaceRuntimeProvider
-
getOtherJSonSchemaDirectory
Description copied from interface:RuntimeProviderGets the directory where the other (miscellaneous) json files are stored in the catalog JAR file- Specified by:
getOtherJSonSchemaDirectoryin interfaceRuntimeProvider
-
getPojoBeanJSonSchemaDirectory
Description copied from interface:RuntimeProviderGets the directory where the pojo bean json files are stored in the catalog JAR file- Specified by:
getPojoBeanJSonSchemaDirectoryin interfaceRuntimeProvider
-
getComponentsCatalog
-
getDataFormatsCatalog
-
getLanguageCatalog
-
getTransformerCatalog
-
getDevConsoleCatalog
-
getOtherCatalog
-
getBeansCatalog
-
findComponentNames
Description copied from interface:RuntimeProviderFind all the component names from the Camel catalog supported by the provider- Specified by:
findComponentNamesin interfaceRuntimeProvider
-
findDataFormatNames
Description copied from interface:RuntimeProviderFind all the data format names from the Camel catalog supported by the provider- Specified by:
findDataFormatNamesin interfaceRuntimeProvider
-
findLanguageNames
Description copied from interface:RuntimeProviderFind all the language names from the Camel catalog supported by the provider- Specified by:
findLanguageNamesin interfaceRuntimeProvider
-
findTransformerNames
Description copied from interface:RuntimeProviderFind all the transfromer names from the Camel catalog supported by the provider- Specified by:
findTransformerNamesin interfaceRuntimeProvider
-
findDevConsoleNames
Description copied from interface:RuntimeProviderFind all the dev console names from the Camel catalog supported by the provider- Specified by:
findDevConsoleNamesin interfaceRuntimeProvider
-
findOtherNames
Description copied from interface:RuntimeProviderFind all the other (miscellaneous) names from the Camel catalog supported by the provider- Specified by:
findOtherNamesin interfaceRuntimeProvider
-
findBeansNames
Description copied from interface:RuntimeProviderFind all the pojo beans names from the Camel catalog supported by the provider- Specified by:
findBeansNamesin interfaceRuntimeProvider
-
find
-