Skip navigation links
Camel :: Platforms :: Camel Catalog 2.21.0.fuse-750033-redhat-00001
A B C D E F G H I J L M N O P R S T U V 

A

AbstractCamelCatalog - Class in org.apache.camel.catalog
Base class for both the runtime RuntimeCamelCatalog from camel-core and the complete CamelCatalog from camel-catalog.
AbstractCamelCatalog() - Constructor for class org.apache.camel.catalog.AbstractCamelCatalog
 
addComponent(String, String) - Method in interface org.apache.camel.catalog.CamelCatalog
Adds a 3rd party component to this catalog.
addComponent(String, String, String) - Method in interface org.apache.camel.catalog.CamelCatalog
Adds a 3rd party component to this catalog.
addComponent(String, String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
addComponent(String, String, String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
addDataFormat(String, String) - Method in interface org.apache.camel.catalog.CamelCatalog
Adds a 3rd party data format to this catalog.
addDataFormat(String, String, String) - Method in interface org.apache.camel.catalog.CamelCatalog
Adds a 3rd party data format to this catalog.
addDataFormat(String, String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
addDataFormat(String, String, String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
addDefaultValue(String, String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addIncapable(String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addInvalidBoolean(String, String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addInvalidEnum(String, String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addInvalidEnumChoices(String, String[]) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addInvalidEnumSuggestions(String, String[]) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addInvalidInteger(String, String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addInvalidNumber(String, String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addInvalidReference(String, String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addLenient(String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addNotConsumerOnly(String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addNotProducerOnly(String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addRequired(String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addSyntaxError(String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addUnknown(String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addUnknownComponent(String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
addUnknownSuggestions(String, String[]) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
after(String, String) - Static method in class org.apache.camel.catalog.CatalogHelper
Returns the string after the given token
append(Object) - Method in class org.apache.camel.catalog.CollectionStringBuffer
 
archetypeCatalogAsXml() - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the Apache Camel Maven Archetype catalog in XML format.
archetypeCatalogAsXml() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
asEndpointUri(String, String, boolean) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
asEndpointUri(String, Map<String, String>, boolean) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
asEndpointUri(String, String, boolean) - Method in interface org.apache.camel.catalog.CamelCatalog
Deprecated.
asEndpointUri(String, Map<String, String>, boolean) - Method in interface org.apache.camel.catalog.CamelCatalog
Creates an endpoint uri in Java style from the information from the properties
asEndpointUriXml(String, String, boolean) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
asEndpointUriXml(String, Map<String, String>, boolean) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
asEndpointUriXml(String, String, boolean) - Method in interface org.apache.camel.catalog.CamelCatalog
Deprecated.
asEndpointUriXml(String, Map<String, String>, boolean) - Method in interface org.apache.camel.catalog.CamelCatalog
Creates an endpoint uri in XML style from the information from the properties

B

before(String, String) - Static method in class org.apache.camel.catalog.CatalogHelper
Returns the string before the given token
between(String, String, String) - Static method in class org.apache.camel.catalog.CatalogHelper
Returns the string between the given tokens
blueprintSchemaAsXml() - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the Camel Blueprint XML schema
blueprintSchemaAsXml() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 

C

CamelCatalog - Interface in org.apache.camel.catalog
Catalog of components, data formats, models (EIPs), languages, and more from this Apache Camel release.
CamelCatalogJSonSchemaResolver - Class in org.apache.camel.catalog
JSonSchemaResolver used by CamelCatalog that is able to load all the resources that the complete camel-catalog JAR provides.
CamelCatalogJSonSchemaResolver(CamelCatalog, Map<String, String>, Map<String, String>, Map<String, String>, Map<String, String>) - Constructor for class org.apache.camel.catalog.CamelCatalogJSonSchemaResolver
 
CamelCatalogMBeanExporter - Class in org.apache.camel.catalog
MBean exporter to register the CamelCatalog in JMX.
CamelCatalogMBeanExporter() - Constructor for class org.apache.camel.catalog.CamelCatalogMBeanExporter
 
CatalogHelper - Class in org.apache.camel.catalog
 
CollectionStringBuffer - Class in org.apache.camel.catalog
 
CollectionStringBuffer() - Constructor for class org.apache.camel.catalog.CollectionStringBuffer
 
CollectionStringBuffer(String) - Constructor for class org.apache.camel.catalog.CollectionStringBuffer
 
componentAsciiDoc(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the component documentation as Ascii doc format.
componentAsciiDoc(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
componentHtmlDoc(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the component documentation as HTML format.
componentHtmlDoc(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
componentJSonSchema(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the component information as JSon format.
componentJSonSchema(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
createQueryString(Map<String, String>, String, boolean) - Static method in class org.apache.camel.catalog.URISupport
Assembles a query from the given map.

D

dataFormatAsciiDoc(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the data format documentation as Ascii doc format.
dataFormatAsciiDoc(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
dataFormatHtmlDoc(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the data format documentation as HTML format.
dataFormatHtmlDoc(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
dataFormatJSonSchema(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the data format information as JSon format.
dataFormatJSonSchema(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
DefaultCamelCatalog - Class in org.apache.camel.catalog
Default CamelCatalog.
DefaultCamelCatalog() - Constructor for class org.apache.camel.catalog.DefaultCamelCatalog
Creates the CamelCatalog without caching enabled.
DefaultCamelCatalog(boolean) - Constructor for class org.apache.camel.catalog.DefaultCamelCatalog
Creates the CamelCatalog
DefaultRuntimeProvider - Class in org.apache.camel.catalog
 
DefaultRuntimeProvider() - Constructor for class org.apache.camel.catalog.DefaultRuntimeProvider
 
DefaultRuntimeProvider(CamelCatalog) - Constructor for class org.apache.camel.catalog.DefaultRuntimeProvider
 
DefaultVersionManager - Class in org.apache.camel.catalog
 
DefaultVersionManager(CamelCatalog) - Constructor for class org.apache.camel.catalog.DefaultVersionManager
 
destroy() - Method in class org.apache.camel.catalog.CamelCatalogMBeanExporter
Destroys and un-registers the CamelCatalog from JMX.

E

enableCache() - Method in interface org.apache.camel.catalog.CamelCatalog
Enables caching of the resources which makes the catalog faster, but keeps data in memory during caching.
enableCache() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
encode(String) - Static method in class org.apache.camel.catalog.UnsafeUriCharactersEncoder
 
encode(String, BitSet) - Static method in class org.apache.camel.catalog.UnsafeUriCharactersEncoder
 
encode(String, boolean) - Static method in class org.apache.camel.catalog.UnsafeUriCharactersEncoder
 
encode(String, BitSet, boolean) - Static method in class org.apache.camel.catalog.UnsafeUriCharactersEncoder
 
encodeHttpURI(String) - Static method in class org.apache.camel.catalog.UnsafeUriCharactersEncoder
 
encodeHttpURI(String, boolean) - Static method in class org.apache.camel.catalog.UnsafeUriCharactersEncoder
 
endpointComponentName(String) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
endpointComponentName(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the component name from the given endpoint uri
endpointLenientProperties(String) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
endpointLenientProperties(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Parses the endpoint uri and constructs a key/value properties of only the lenient properties (eg custom options)

For example using the HTTP components to provide query parameters in the endpoint uri.

endpointProperties(String) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
endpointProperties(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Parses the endpoint uri and constructs a key/value properties of each option
EndpointValidationResult - Class in org.apache.camel.catalog
Details result of validating endpoint uri.
EndpointValidationResult() - Constructor for class org.apache.camel.catalog.EndpointValidationResult
 
EndpointValidationResult(String) - Constructor for class org.apache.camel.catalog.EndpointValidationResult
 
equals(Object) - Method in class org.apache.camel.catalog.Pair
 
extractProperties(Map<String, Object>, String) - Static method in class org.apache.camel.catalog.URISupport
 

F

findComponentLabels() - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the unique label names all the components are using.
findComponentLabels() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findComponentNames() - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the component names from the Camel catalog
findComponentNames(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the component names from the Camel catalog that matches the label
findComponentNames() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findComponentNames(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findComponentNames() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
findComponentNames() - Method in interface org.apache.camel.catalog.RuntimeProvider
Find all the component names from the Camel catalog supported by the provider
findDataFormatLabels() - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the unique label names all the data formats are using.
findDataFormatLabels() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findDataFormatNames() - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the data format names from the Camel catalog
findDataFormatNames(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the data format names from the Camel catalog that matches the label
findDataFormatNames() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findDataFormatNames(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findDataFormatNames() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
findDataFormatNames() - Method in interface org.apache.camel.catalog.RuntimeProvider
Find all the data format names from the Camel catalog supported by the provider
findLanguageLabels() - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the unique label names all the languages are using.
findLanguageLabels() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findLanguageNames() - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the language names from the Camel catalog
findLanguageNames(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the language names from the Camel catalog that matches the label
findLanguageNames() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findLanguageNames(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findLanguageNames() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
findLanguageNames() - Method in interface org.apache.camel.catalog.RuntimeProvider
Find all the language names from the Camel catalog supported by the provider
findModelLabels() - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the unique label names all the models are using.
findModelLabels() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findModelNames() - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the model names from the Camel catalog
findModelNames(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the model names from the Camel catalog that matches the label
findModelNames() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findModelNames(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findOtherLabels() - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the unique label names all the other (miscellaneous) are using.
findOtherLabels() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findOtherNames() - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the other (miscellaneous) names from the Camel catalog
findOtherNames(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Find all the other (miscellaneous) names from the Camel catalog that matches the label
findOtherNames() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findOtherNames(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
findOtherNames() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
findOtherNames() - Method in interface org.apache.camel.catalog.RuntimeProvider
Find all the other (miscellaneous) names from the Camel catalog supported by the provider

G

getCamelCatalog() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
getCamelCatalog() - Method in interface org.apache.camel.catalog.RuntimeProvider
Gets the CamelCatalog
getCatalogVersion() - Method in interface org.apache.camel.catalog.CamelCatalog
The version of this Camel Catalog
getCatalogVersion() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
getComponentJSonSchema(String) - Method in class org.apache.camel.catalog.CamelCatalogJSonSchemaResolver
 
getComponentJSonSchema(String) - Method in interface org.apache.camel.catalog.JSonSchemaResolver
Returns the component information as JSon format.
getComponentJSonSchemaDirectory() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
getComponentJSonSchemaDirectory() - Method in interface org.apache.camel.catalog.RuntimeProvider
Gets the directory where the component json files are stored in the catalog JAR file
getComponentsCatalog() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
getDataFormatJSonSchema(String) - Method in class org.apache.camel.catalog.CamelCatalogJSonSchemaResolver
 
getDataFormatJSonSchema(String) - Method in interface org.apache.camel.catalog.JSonSchemaResolver
Returns the data format information as JSon format.
getDataFormatJSonSchemaDirectory() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
getDataFormatJSonSchemaDirectory() - Method in interface org.apache.camel.catalog.RuntimeProvider
Gets the directory where the data format json files are stored in the catalog JAR file
getDataFormatsCatalog() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
getDefaultValues() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getEnumChoices(String) - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getError() - Method in class org.apache.camel.catalog.LanguageValidationResult
 
getIncapable() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getIndex() - Method in class org.apache.camel.catalog.LanguageValidationResult
 
getInvalidBoolean() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getInvalidEnum() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getInvalidEnumChoices() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getInvalidInteger() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getInvalidNumber() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getInvalidReference() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getJSonSchemaResolver() - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
getJSonSchemaResolver() - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the JSonSchemaResolver used by this catalog.
getLanguageCatalog() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
getLanguageJSonSchema(String) - Method in class org.apache.camel.catalog.CamelCatalogJSonSchemaResolver
 
getLanguageJSonSchema(String) - Method in interface org.apache.camel.catalog.JSonSchemaResolver
Returns the language information as JSon format.
getLanguageJSonSchemaDirectory() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
getLanguageJSonSchemaDirectory() - Method in interface org.apache.camel.catalog.RuntimeProvider
Gets the directory where the language json files are stored in the catalog JAR file
getLeft() - Method in class org.apache.camel.catalog.Pair
 
getLenient() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getLoadedVersion() - Method in interface org.apache.camel.catalog.CamelCatalog
Gets the current loaded Camel version used by the catalog.
getLoadedVersion() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
getLoadedVersion() - Method in class org.apache.camel.catalog.DefaultVersionManager
 
getLoadedVersion() - Method in interface org.apache.camel.catalog.VersionManager
Gets the current loaded Camel version used by the catalog.
getModelJSonSchema(String) - Method in class org.apache.camel.catalog.CamelCatalogJSonSchemaResolver
 
getModelJSonSchema(String) - Method in interface org.apache.camel.catalog.JSonSchemaResolver
Returns the model information as JSon format.
getNames(List<Map<String, String>>) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
getNotConsumerOnly() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getNotProducerOnly() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getNumberOfErrors() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getObjectName() - Method in class org.apache.camel.catalog.CamelCatalogMBeanExporter
 
getOtherCatalog() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
getOtherJSonSchema(String) - Method in class org.apache.camel.catalog.CamelCatalogJSonSchemaResolver
 
getOtherJSonSchema(String) - Method in interface org.apache.camel.catalog.JSonSchemaResolver
Returns the other (miscellaneous) information as JSon format.
getOtherJSonSchemaDirectory() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
getOtherJSonSchemaDirectory() - Method in interface org.apache.camel.catalog.RuntimeProvider
Gets the directory where the other (miscellaneous) json files are stored in the catalog JAR file
getPropertyDefaultValue(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
getPropertyEnum(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
getPropertyKind(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
getPropertyNameFromNameWithPrefix(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
getPropertyPrefix(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
getProviderArtifactId() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
getProviderArtifactId() - Method in interface org.apache.camel.catalog.RuntimeProvider
Maven artifact id of the runtime provider JAR dependency.
getProviderGroupId() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
getProviderGroupId() - Method in interface org.apache.camel.catalog.RuntimeProvider
Maven group id of the runtime provider JAR dependency.
getProviderName() - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
getProviderName() - Method in interface org.apache.camel.catalog.RuntimeProvider
Name of provider such as default, karaf, spring-boot
getRequired() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getResourceAsStream(String) - Method in class org.apache.camel.catalog.DefaultVersionManager
 
getResourceAsStream(String) - Method in interface org.apache.camel.catalog.VersionManager
Returns an input stream for reading the specified resource from the loaded Catalog version.
getRight() - Method in class org.apache.camel.catalog.Pair
 
getRow(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
getRuntimeProvider() - Method in interface org.apache.camel.catalog.CamelCatalog
Gets the RuntimeProvider in use.
getRuntimeProvider() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
getRuntimeProviderLoadedVersion() - Method in interface org.apache.camel.catalog.CamelCatalog
Gets the current loaded runtime provider version used by the catalog.
getRuntimeProviderLoadedVersion() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
getRuntimeProviderLoadedVersion() - Method in class org.apache.camel.catalog.DefaultVersionManager
 
getRuntimeProviderLoadedVersion() - Method in interface org.apache.camel.catalog.VersionManager
Gets the current loaded runtime provider version used by the catalog.
getSeparator() - Method in class org.apache.camel.catalog.CollectionStringBuffer
 
getShortError() - Method in class org.apache.camel.catalog.LanguageValidationResult
 
getSimple() - Method in class org.apache.camel.catalog.SimpleValidationResult
Deprecated.
 
getSuggestionStrategy() - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
getSuggestionStrategy() - Method in interface org.apache.camel.catalog.CamelCatalog
Gets the SuggestionStrategy in use
getSyntaxError() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getText() - Method in class org.apache.camel.catalog.LanguageValidationResult
 
getUnknown() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getUnknownComponent() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getUnknownSuggestions() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getUri() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
getVersion() - Method in class org.apache.camel.catalog.VersionHelper
 
getVersionManager() - Method in interface org.apache.camel.catalog.CamelCatalog
Gets the VersionManager in use
getVersionManager() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 

H

hasErrors() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
hashCode() - Method in class org.apache.camel.catalog.Pair
 

I

init() - Method in class org.apache.camel.catalog.CamelCatalogMBeanExporter
Initializes and exports the CamelCatalog in JMX using the domain name, which can be obtained using CamelCatalogMBeanExporter.getObjectName().
isCaching() - Method in interface org.apache.camel.catalog.CamelCatalog
Whether caching has been enabled.
isCaching() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
isComponentConsumerOnly(List<Map<String, String>>) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
isComponentLenientProperties(List<Map<String, String>>) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
isComponentProducerOnly(List<Map<String, String>>) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
isEmpty(Object) - Static method in class org.apache.camel.catalog.CatalogHelper
Tests whether the value is null or an empty string.
isEmpty() - Method in class org.apache.camel.catalog.CollectionStringBuffer
 
isEmpty(Object) - Static method in class org.apache.camel.catalog.URISupport
Tests whether the value is null or an empty string.
isNotEmpty(Object) - Static method in class org.apache.camel.catalog.CatalogHelper
Tests whether the value is not null or an empty string.
isNotEmpty(Object) - Static method in class org.apache.camel.catalog.URISupport
Tests whether the value is not null or an empty string.
isPropertyBoolean(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
isPropertyConsumerOnly(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
isPropertyInteger(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
isPropertyMultiValue(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
isPropertyNumber(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
isPropertyObject(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
isPropertyProducerOnly(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
isPropertyRequired(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
isRaw(int, List<Pair<Integer>>) - Static method in class org.apache.camel.catalog.URISupport
 
isSuccess() - Method in class org.apache.camel.catalog.EndpointValidationResult
 
isSuccess() - Method in class org.apache.camel.catalog.LanguageValidationResult
 

J

JSonSchemaHelper - Class in org.apache.camel.catalog
 
JSonSchemaResolver - Interface in org.apache.camel.catalog
Pluggable resolver to load JSon schema files for components, data formats, languages etc.

L

languageAsciiDoc(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the language documentation as Ascii doc format.
languageAsciiDoc(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
languageHtmlDoc(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the language documentation as HTML format.
languageHtmlDoc(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
languageJSonSchema(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the language information as JSon format.
languageJSonSchema(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
LanguageValidationResult - Class in org.apache.camel.catalog
Validation result of parsing a language expression or predicate
LanguageValidationResult(String) - Constructor for class org.apache.camel.catalog.LanguageValidationResult
 
listComponentsAsJson() - Method in interface org.apache.camel.catalog.CamelCatalog
Lists all the components summary details in JSon
listComponentsAsJson() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
listDataFormatsAsJson() - Method in interface org.apache.camel.catalog.CamelCatalog
Lists all the data formats summary details in JSon
listDataFormatsAsJson() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
listLanguagesAsJson() - Method in interface org.apache.camel.catalog.CamelCatalog
Lists all the languages summary details in JSon
listLanguagesAsJson() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
listModelsAsJson() - Method in interface org.apache.camel.catalog.CamelCatalog
Lists all the models (EIPs) summary details in JSon
listModelsAsJson() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
listOthersAsJson() - Method in interface org.apache.camel.catalog.CamelCatalog
Lists all the others (miscellaneous) summary details in JSon
listOthersAsJson() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
loadLines(InputStream, List<String>) - Static method in class org.apache.camel.catalog.CatalogHelper
Loads the entire stream into memory as a String and returns it.
loadRuntimeProviderVersion(String, String, String) - Method in interface org.apache.camel.catalog.CamelCatalog
Attempt to load the runtime provider version to be used by the catalog.
loadRuntimeProviderVersion(String, String, String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
loadRuntimeProviderVersion(String, String, String) - Method in class org.apache.camel.catalog.DefaultVersionManager
 
loadRuntimeProviderVersion(String, String, String) - Method in interface org.apache.camel.catalog.VersionManager
Attempt to load the runtime provider version to be used by the catalog.
loadText(InputStream) - Static method in class org.apache.camel.catalog.CatalogHelper
Loads the entire stream into memory as a String and returns it.
loadVersion(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Attempt to load the Camel version to be used by the catalog.
loadVersion(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
loadVersion(String) - Method in class org.apache.camel.catalog.DefaultVersionManager
 
loadVersion(String) - Method in interface org.apache.camel.catalog.VersionManager
Attempt to load the Camel version to be used by the catalog.

M

matchWildcard(String, String) - Static method in class org.apache.camel.catalog.CatalogHelper
Matches the name with the pattern.
MBEAN_NAME - Static variable in class org.apache.camel.catalog.CamelCatalogMBeanExporter
 
modelJSonSchema(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the model information as JSon format.
modelJSonSchema(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 

N

normalizeUri(String) - Static method in class org.apache.camel.catalog.URISupport
Normalizes the URI so unsafe characters is encoded

O

org.apache.camel.catalog - package org.apache.camel.catalog
Camel Catalog
otherAsciiDoc(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the other (miscellaneous) documentation as Ascii doc format.
otherAsciiDoc(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
otherHtmlDoc(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the other (miscellaneous) documentation as HTML format.
otherHtmlDoc(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
otherJSonSchema(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the other (miscellaneous) information as JSon format.
otherJSonSchema(String) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 

P

Pair<T> - Class in org.apache.camel.catalog
Copied from org.apache.camel.util.Pair
Pair(T, T) - Constructor for class org.apache.camel.catalog.Pair
 
parseJsonSchema(String, String, boolean) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
Parses the json schema to split it into a list or rows, where each row contains key value pairs with the metadata
parseParameters(URI) - Static method in class org.apache.camel.catalog.URISupport
Parses the query parameters of the uri (eg the query part).
parseQuery(String) - Static method in class org.apache.camel.catalog.URISupport
Parses the query part of the uri (eg the parameters).
parseQuery(String, boolean) - Static method in class org.apache.camel.catalog.URISupport
Parses the query part of the uri (eg the parameters).

R

RAW_TOKEN_END - Static variable in class org.apache.camel.catalog.URISupport
 
RAW_TOKEN_PREFIX - Static variable in class org.apache.camel.catalog.URISupport
 
RAW_TOKEN_START - Static variable in class org.apache.camel.catalog.URISupport
 
removeLeadingAndEndingQuotes(String) - Static method in class org.apache.camel.catalog.CatalogHelper
Removes all leading and ending quotes (single and double) from the string
RuntimeProvider - Interface in org.apache.camel.catalog
A pluggable strategy for chosen runtime to run Camel such as default, karaf, spring-boot, etc.

S

scanRaw(String) - Static method in class org.apache.camel.catalog.URISupport
 
setCamelCatalog(CamelCatalog) - Method in class org.apache.camel.catalog.DefaultRuntimeProvider
 
setCamelCatalog(CamelCatalog) - Method in interface org.apache.camel.catalog.RuntimeProvider
Sets the CamelCatalog to use
setError(String) - Method in class org.apache.camel.catalog.LanguageValidationResult
 
setIndex(int) - Method in class org.apache.camel.catalog.LanguageValidationResult
 
setJSonSchemaResolver(JSonSchemaResolver) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
setJSonSchemaResolver(JSonSchemaResolver) - Method in interface org.apache.camel.catalog.CamelCatalog
To use a custom JSonSchemaResolver with this catalog.
setRuntimeProvider(RuntimeProvider) - Method in interface org.apache.camel.catalog.CamelCatalog
To plugin a custom RuntimeProvider that amends the catalog to only include information that is supported on the runtime.
setRuntimeProvider(RuntimeProvider) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
setSeparator(String) - Method in class org.apache.camel.catalog.CollectionStringBuffer
 
setShortError(String) - Method in class org.apache.camel.catalog.LanguageValidationResult
 
setSuggestionStrategy(SuggestionStrategy) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
setSuggestionStrategy(SuggestionStrategy) - Method in interface org.apache.camel.catalog.CamelCatalog
To plugin a custom SuggestionStrategy to provide suggestion for unknown options
setVersionManager(VersionManager) - Method in interface org.apache.camel.catalog.CamelCatalog
To plugin a custom VersionManager to load other versions of Camel the catalog should use.
setVersionManager(VersionManager) - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
SimpleValidationResult - Class in org.apache.camel.catalog
Deprecated.
Please use LanguageValidationResult instead.
SimpleValidationResult(String) - Constructor for class org.apache.camel.catalog.SimpleValidationResult
Deprecated.
 
springSchemaAsXml() - Method in interface org.apache.camel.catalog.CamelCatalog
Returns the Camel Spring XML schema
springSchemaAsXml() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
stripOptionalPrefixFromName(List<Map<String, String>>, String) - Static method in class org.apache.camel.catalog.JSonSchemaHelper
 
stripPrefix(String, String) - Static method in class org.apache.camel.catalog.URISupport
Strips the prefix from the value.
stripQuery(String) - Static method in class org.apache.camel.catalog.URISupport
Strips the query parameters from the uri
suggestEndpointOptions(Set<String>, String) - Method in interface org.apache.camel.catalog.SuggestionStrategy
Provides a list of valid option names for a did you mean function.
SuggestionStrategy - Interface in org.apache.camel.catalog
Strategy to provide suggestions for unknown endpoint options
summaryAsJson() - Method in interface org.apache.camel.catalog.CamelCatalog
Reports a summary what the catalog contains in JSon
summaryAsJson() - Method in class org.apache.camel.catalog.DefaultCamelCatalog
 
summaryErrorMessage(boolean) - Method in class org.apache.camel.catalog.EndpointValidationResult
A human readable summary of the validation errors.

T

TimePatternConverter - Class in org.apache.camel.catalog
This class is a copy from camel-core so we can use it independent to validate uris with time patterns
toMilliSeconds(String) - Static method in class org.apache.camel.catalog.TimePatternConverter
 
toString() - Method in class org.apache.camel.catalog.CollectionStringBuffer
 
toString() - Method in class org.apache.camel.catalog.Pair
 

U

UnsafeUriCharactersEncoder - Class in org.apache.camel.catalog
Encoder for unsafe URI characters.
URISupport - Class in org.apache.camel.catalog
Copied from org.apache.camel.util.URISupport

V

validateEndpointProperties(String) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
validateEndpointProperties(String, boolean) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
validateEndpointProperties(String, boolean, boolean, boolean) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
validateEndpointProperties(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Parses and validates the endpoint uri and constructs a key/value properties of each option.
validateEndpointProperties(String, boolean) - Method in interface org.apache.camel.catalog.CamelCatalog
Parses and validates the endpoint uri and constructs a key/value properties of each option.
validateEndpointProperties(String, boolean, boolean, boolean) - Method in interface org.apache.camel.catalog.CamelCatalog
Parses and validates the endpoint uri and constructs a key/value properties of each option.
validateLanguageExpression(ClassLoader, String, String) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
validateLanguageExpression(ClassLoader, String, String) - Method in interface org.apache.camel.catalog.CamelCatalog
Parses and validates the language as an expression

Important: This requires having camel-core and the language dependencies on the classpath

validateLanguagePredicate(ClassLoader, String, String) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
validateLanguagePredicate(ClassLoader, String, String) - Method in interface org.apache.camel.catalog.CamelCatalog
Parses and validates the language as a predicate

Important: This requires having camel-core and the language dependencies on the classpath

validateProperties(String, Map<String, String>) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
validateSimpleExpression(String) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
validateSimpleExpression(ClassLoader, String) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
validateSimpleExpression(String) - Method in interface org.apache.camel.catalog.CamelCatalog
validateSimpleExpression(ClassLoader, String) - Method in interface org.apache.camel.catalog.CamelCatalog
Parses and validates the simple expression.
validateSimplePredicate(String) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
validateSimplePredicate(ClassLoader, String) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
validateSimplePredicate(String) - Method in interface org.apache.camel.catalog.CamelCatalog
validateSimplePredicate(ClassLoader, String) - Method in interface org.apache.camel.catalog.CamelCatalog
Parses and validates the simple predicate

Important: This requires having camel-core on the classpath

validateTimePattern(String) - Method in class org.apache.camel.catalog.AbstractCamelCatalog
 
validateTimePattern(String) - Method in interface org.apache.camel.catalog.CamelCatalog
Validates the pattern whether its a valid time pattern.
VersionHelper - Class in org.apache.camel.catalog
To get the version of this catalog.
VersionHelper() - Constructor for class org.apache.camel.catalog.VersionHelper
 
VersionManager - Interface in org.apache.camel.catalog
Strategy to manage and load Camel versions the catalog uses.
A B C D E F G H I J L M N O P R S T U V 
Skip navigation links
Camel :: Platforms :: Camel Catalog 2.21.0.fuse-750033-redhat-00001

Apache Camel