Skip navigation links
A C D E G H I L O P R S T 

A

addFunction(PropertiesFunction) - Method in class org.apache.camel.component.properties.PropertiesComponent
Registers the PropertiesFunction as a function to this component.
addLocation(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
apply(String) - Method in class org.apache.camel.component.properties.EnvPropertiesFunction
 
apply(String) - Method in interface org.apache.camel.component.properties.PropertiesFunction
Applies the function
apply(String) - Method in class org.apache.camel.component.properties.ServiceHostPropertiesFunction
 
apply(String) - Method in class org.apache.camel.component.properties.ServicePortPropertiesFunction
 
apply(String) - Method in class org.apache.camel.component.properties.ServicePropertiesFunction
 
apply(String) - Method in class org.apache.camel.component.properties.SysPropertiesFunction
 
AugmentedPropertyNameAwarePropertiesParser - Interface in org.apache.camel.component.properties
Interface for property parses that can attempt parsing property names using a fixed property name prefix and suffix.

C

createConsumer(Processor) - Method in class org.apache.camel.component.properties.PropertiesEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
createProducer() - Method in class org.apache.camel.component.properties.PropertiesEndpoint
 

D

DefaultPropertiesParser - Class in org.apache.camel.component.properties
A parser to parse a string which contains property placeholders.
DefaultPropertiesParser() - Constructor for class org.apache.camel.component.properties.DefaultPropertiesParser
 
DefaultPropertiesParser(PropertiesComponent) - Constructor for class org.apache.camel.component.properties.DefaultPropertiesParser
 
DefaultPropertiesResolver - Class in org.apache.camel.component.properties
Default PropertiesResolver which can resolve properties from file and classpath.
DefaultPropertiesResolver(PropertiesComponent) - Constructor for class org.apache.camel.component.properties.DefaultPropertiesResolver
 
doLoadProperties(List<PropertiesLocation>) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
doStart() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
doStart() - Method in class org.apache.camel.component.properties.PropertiesEndpoint
 
doStop() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
doStop() - Method in class org.apache.camel.component.properties.PropertiesEndpoint
 

E

ENVIRONMENT_VARIABLES_MODE_FALLBACK - Static variable in class org.apache.camel.component.properties.PropertiesComponent
Check OS environment variables if not resolvable in the specified properties.
ENVIRONMENT_VARIABLES_MODE_NEVER - Static variable in class org.apache.camel.component.properties.PropertiesComponent
Never check OS environment variables.
ENVIRONMENT_VARIABLES_MODE_OVERRIDE - Static variable in class org.apache.camel.component.properties.PropertiesComponent
Check OS environment variables first, before trying the specified properties.
EnvPropertiesFunction - Class in org.apache.camel.component.properties
A PropertiesFunction that lookup the property value from OS environment variables.
EnvPropertiesFunction() - Constructor for class org.apache.camel.component.properties.EnvPropertiesFunction
 
equals(Object) - Method in class org.apache.camel.component.properties.PropertiesLocation
 

G

getEncoding() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getEndpoint() - Method in class org.apache.camel.component.properties.PropertiesEndpoint
 
getEnvironmentVariableMode() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getFunctions() - Method in class org.apache.camel.component.properties.PropertiesComponent
Gets the functions registered in this properties component.
getInitialProperties() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getKey() - Method in class org.apache.camel.component.properties.PropertiesEndpoint
 
getLocations() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getLocations() - Method in class org.apache.camel.component.properties.PropertiesEndpoint
 
getName() - Method in class org.apache.camel.component.properties.EnvPropertiesFunction
 
getName() - Method in interface org.apache.camel.component.properties.PropertiesFunction
Name of the function which is used as name: to let the properties component know its a function.
getName() - Method in class org.apache.camel.component.properties.ServiceHostPropertiesFunction
 
getName() - Method in class org.apache.camel.component.properties.ServicePortPropertiesFunction
 
getName() - Method in class org.apache.camel.component.properties.ServicePropertiesFunction
 
getName() - Method in class org.apache.camel.component.properties.SysPropertiesFunction
 
getOverrideProperties() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getPath() - Method in class org.apache.camel.component.properties.PropertiesLocation
 
getPrefixToken() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getPropertiesComponent() - Method in class org.apache.camel.component.properties.DefaultPropertiesParser
 
getPropertiesParser() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getPropertiesResolver() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getPropertyPrefix() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getPropertySuffix() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getResolver() - Method in class org.apache.camel.component.properties.PropertiesLocation
 
getSuffixToken() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getSystemPropertiesMode() - Method in class org.apache.camel.component.properties.PropertiesComponent
 

H

hasFunction(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
Is there a PropertiesFunction with the given name?
hashCode() - Method in class org.apache.camel.component.properties.PropertiesLocation
 

I

isCache() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
isDefaultFallbackEnabled() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
isFallbackToUnaugmentedProperty() - Method in class org.apache.camel.component.properties.PropertiesComponent
Gets the value of the property fallbackToUnaugmentedProperty.
isIgnoreMissingLocation() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
isIgnoreMissingLocation() - Method in class org.apache.camel.component.properties.PropertiesEndpoint
 
isOptional() - Method in class org.apache.camel.component.properties.PropertiesLocation
 
isResolvePropertyPlaceholders() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
isSingleton() - Method in class org.apache.camel.component.properties.PropertiesEndpoint
 

L

loadProperties() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
loadProperties(String...) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
loadPropertiesFromClasspath(CamelContext, boolean, PropertiesLocation) - Method in class org.apache.camel.component.properties.DefaultPropertiesResolver
 
loadPropertiesFromFilePath(CamelContext, boolean, PropertiesLocation) - Method in class org.apache.camel.component.properties.DefaultPropertiesResolver
 
loadPropertiesFromRegistry(CamelContext, boolean, PropertiesLocation) - Method in class org.apache.camel.component.properties.DefaultPropertiesResolver
 
log - Variable in class org.apache.camel.component.properties.DefaultPropertiesParser
 

O

org.apache.camel.component.properties - package org.apache.camel.component.properties
The Properties Component for lookup of property placeholders for endpoint URI.
OVERRIDE_PROPERTIES - Static variable in class org.apache.camel.component.properties.PropertiesComponent
Key for stores special override properties that containers such as OSGi can store in the OSGi service registry

P

parseProperty(String, String, Properties) - Method in class org.apache.camel.component.properties.DefaultPropertiesParser
 
parseProperty(String, String, Properties) - Method in interface org.apache.camel.component.properties.PropertiesParser
While parsing the uri using parseUri each parsed property found invokes this callback.
parseUri(String, Properties, String, String, String, String, boolean, boolean) - Method in interface org.apache.camel.component.properties.AugmentedPropertyNameAwarePropertiesParser
Parses the string, applying the optional propertyPrefix and propertySuffix to the parsed property names, and replaces the property placeholders with values from the given properties.
parseUri(String, Properties, String, String) - Method in class org.apache.camel.component.properties.DefaultPropertiesParser
 
parseUri(String, Properties, String, String, String, String, boolean, boolean) - Method in class org.apache.camel.component.properties.DefaultPropertiesParser
 
parseUri(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
parseUri(String, String...) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
parseUri(String, List<PropertiesLocation>) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
parseUri(String, Properties, String, String) - Method in interface org.apache.camel.component.properties.PropertiesParser
Parses the string and replaces the property placeholders with values from the given properties.
prepareLoadedProperties(Properties) - Method in class org.apache.camel.component.properties.DefaultPropertiesResolver
Strategy to prepare loaded properties before being used by Camel.
PropertiesComponent - Class in org.apache.camel.component.properties
The Properties Component allows you to use property placeholders when defining Endpoint URIs
PropertiesComponent() - Constructor for class org.apache.camel.component.properties.PropertiesComponent
 
PropertiesComponent(String) - Constructor for class org.apache.camel.component.properties.PropertiesComponent
 
PropertiesComponent(String...) - Constructor for class org.apache.camel.component.properties.PropertiesComponent
 
PropertiesEndpoint - Class in org.apache.camel.component.properties
The properties component is used for using property placeholders in endpoint uris.
PropertiesEndpoint(String, Endpoint, Component) - Constructor for class org.apache.camel.component.properties.PropertiesEndpoint
 
PropertiesFunction - Interface in org.apache.camel.component.properties
A function that is applied instead of looking up a property placeholder.
PropertiesLocation - Class in org.apache.camel.component.properties
 
PropertiesLocation(String) - Constructor for class org.apache.camel.component.properties.PropertiesLocation
 
PropertiesLocation(String, String) - Constructor for class org.apache.camel.component.properties.PropertiesLocation
 
PropertiesLocation(String, String, Boolean) - Constructor for class org.apache.camel.component.properties.PropertiesLocation
 
PropertiesParser - Interface in org.apache.camel.component.properties
A parser to parse properties for a given input
PropertiesResolver - Interface in org.apache.camel.component.properties
A resolver to load properties from a given source such as a file from a classpath.

R

resolveProperties(CamelContext, boolean, List<PropertiesLocation>) - Method in class org.apache.camel.component.properties.DefaultPropertiesResolver
 
resolveProperties(CamelContext, boolean, List<PropertiesLocation>) - Method in interface org.apache.camel.component.properties.PropertiesResolver
Resolve properties from the given uri

S

ServiceHostPropertiesFunction - Class in org.apache.camel.component.properties
A PropertiesFunction that lookup the property value from OS environment variables using the service idiom.
ServiceHostPropertiesFunction() - Constructor for class org.apache.camel.component.properties.ServiceHostPropertiesFunction
 
ServicePortPropertiesFunction - Class in org.apache.camel.component.properties
A PropertiesFunction that lookup the property value from OS environment variables using the service idiom.
ServicePortPropertiesFunction() - Constructor for class org.apache.camel.component.properties.ServicePortPropertiesFunction
 
ServicePropertiesFunction - Class in org.apache.camel.component.properties
A PropertiesFunction that lookup the property value from OS environment variables using the service idiom.
ServicePropertiesFunction() - Constructor for class org.apache.camel.component.properties.ServicePropertiesFunction
 
setCache(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
Whether or not to cache loaded properties.
setDefaultFallbackEnabled(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
If false, the component does not attempt to find a default for the key by looking after the colon separator.
setEncoding(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
Encoding to use when loading properties file from the file system or classpath.
setEnvironmentVariableMode(int) - Method in class org.apache.camel.component.properties.PropertiesComponent
Sets the OS environment variables mode.
setFallbackToUnaugmentedProperty(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
If true, first attempt resolution of property name augmented with propertyPrefix and propertySuffix before falling back the plain property name specified.
setIgnoreMissingLocation(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
Whether to silently ignore if a location cannot be located, such as a properties file not found.
setIgnoreMissingLocation(boolean) - Method in class org.apache.camel.component.properties.PropertiesEndpoint
Whether to silently ignore if a location cannot be located, such as a properties file not found.
setInitialProperties(Properties) - Method in class org.apache.camel.component.properties.PropertiesComponent
Sets initial properties which will be used before any locations are resolved.
setKey(String) - Method in class org.apache.camel.component.properties.PropertiesEndpoint
Property key to use as placeholder
setLocation(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
A list of locations to load properties.
setLocations(List<PropertiesLocation>) - Method in class org.apache.camel.component.properties.PropertiesComponent
A list of locations to load properties.
setLocations(String[]) - Method in class org.apache.camel.component.properties.PropertiesComponent
A list of locations to load properties.
setLocations(Collection<String>) - Method in class org.apache.camel.component.properties.PropertiesComponent
A list of locations to load properties.
setLocations(String) - Method in class org.apache.camel.component.properties.PropertiesEndpoint
A list of locations to load properties.
setOverrideProperties(Properties) - Method in class org.apache.camel.component.properties.PropertiesComponent
Sets a special list of override properties that take precedence and will use first, if a property exist.
setPrefixToken(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
Sets the value of the prefix token used to identify properties to replace.
setPropertiesComponent(PropertiesComponent) - Method in class org.apache.camel.component.properties.DefaultPropertiesParser
 
setPropertiesParser(PropertiesParser) - Method in class org.apache.camel.component.properties.PropertiesComponent
To use a custom PropertiesParser
setPropertiesResolver(PropertiesResolver) - Method in class org.apache.camel.component.properties.PropertiesComponent
To use a custom PropertiesResolver
setPropertyPrefix(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
Optional prefix prepended to property names before resolution.
setPropertySuffix(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
Optional suffix appended to property names before resolution.
setSuffixToken(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
Sets the value of the suffix token used to identify properties to replace.
setSystemPropertiesMode(int) - Method in class org.apache.camel.component.properties.PropertiesComponent
Sets the system property (and environment variable) mode.
SysPropertiesFunction - Class in org.apache.camel.component.properties
A PropertiesFunction that lookup the property value from JVM system property.
SysPropertiesFunction() - Constructor for class org.apache.camel.component.properties.SysPropertiesFunction
 
SYSTEM_PROPERTIES_MODE_FALLBACK - Static variable in class org.apache.camel.component.properties.PropertiesComponent
Check system properties if not resolvable in the specified properties.
SYSTEM_PROPERTIES_MODE_NEVER - Static variable in class org.apache.camel.component.properties.PropertiesComponent
Never check system properties.
SYSTEM_PROPERTIES_MODE_OVERRIDE - Static variable in class org.apache.camel.component.properties.PropertiesComponent
Check system properties variables) first, before trying the specified properties.

T

toString() - Method in class org.apache.camel.component.properties.PropertiesLocation
 
A C D E G H I L O P R S T 
Skip navigation links

Apache Camel