Uses of Class
org.apache.camel.component.properties.PropertiesComponent
Packages that use PropertiesComponent
-
Uses of PropertiesComponent in org.apache.camel.component.properties
Methods in org.apache.camel.component.properties that return PropertiesComponentMethods in org.apache.camel.component.properties with parameters of type PropertiesComponentModifier and TypeMethodDescriptionabstract Properties
AbstractLocationPropertiesSource.loadPropertiesFromLocation
(PropertiesComponent propertiesComponent, PropertiesLocation location) ClasspathPropertiesSource.loadPropertiesFromLocation
(PropertiesComponent propertiesComponent, PropertiesLocation location) FilePropertiesSource.loadPropertiesFromLocation
(PropertiesComponent propertiesComponent, PropertiesLocation location) protected Properties
RefPropertiesSource.lookupPropertiesInRegistry
(PropertiesComponent propertiesComponent, PropertiesLocation location) void
DefaultPropertiesParser.setPropertiesComponent
(PropertiesComponent propertiesComponent) Constructors in org.apache.camel.component.properties with parameters of type PropertiesComponentModifierConstructorDescriptionprotected
AbstractLocationPropertiesSource
(PropertiesComponent propertiesComponent, PropertiesLocation location) ClasspathPropertiesSource
(PropertiesComponent propertiesComponent, PropertiesLocation location) DefaultPropertiesLookup
(PropertiesComponent component) DefaultPropertiesParser
(PropertiesComponent propertiesComponent) protected
FilePropertiesSource
(PropertiesComponent propertiesComponent, PropertiesLocation location) RefPropertiesSource
(PropertiesComponent propertiesComponent, PropertiesLocation location)