Uses of Class
org.apache.camel.component.properties.PropertiesComponent
-
Packages that use PropertiesComponent Package Description org.apache.camel.component.properties The Properties Component for lookup of property placeholders for endpoint URI. -
-
Uses of PropertiesComponent in org.apache.camel.component.properties
Methods in org.apache.camel.component.properties that return PropertiesComponent Modifier and Type Method Description PropertiesComponentDefaultPropertiesParser. getPropertiesComponent()Methods in org.apache.camel.component.properties with parameters of type PropertiesComponent Modifier and Type Method Description protected PropertiesClasspathPropertiesSource. loadPropertiesFromLocation(PropertiesComponent propertiesComponent, PropertiesLocation location)protected PropertiesFilePropertiesSource. loadPropertiesFromLocation(PropertiesComponent propertiesComponent, PropertiesLocation location)protected PropertiesRefPropertiesSource. lookupPropertiesInRegistry(PropertiesComponent propertiesComponent, PropertiesLocation location)voidDefaultPropertiesParser. setPropertiesComponent(PropertiesComponent propertiesComponent)Constructors in org.apache.camel.component.properties with parameters of type PropertiesComponent Constructor Description AbstractLocationPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location)ClasspathPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location)DefaultPropertiesLookup(PropertiesComponent component)DefaultPropertiesParser(PropertiesComponent propertiesComponent)FilePropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location)RefPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location)
-