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 PropertiesAbstractLocationPropertiesSource.loadPropertiesFromLocation(PropertiesComponent propertiesComponent, PropertiesLocation location) ClasspathPropertiesSource.loadPropertiesFromLocation(PropertiesComponent propertiesComponent, PropertiesLocation location) FilePropertiesSource.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 PropertiesComponentModifierConstructorDescriptionprotectedAbstractLocationPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location) ClasspathPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location) ClasspathPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location, int order) DefaultPropertiesLookup(PropertiesComponent component) DefaultPropertiesParser(PropertiesComponent propertiesComponent) protectedFilePropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location) protectedFilePropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location, int order) RefPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location) RefPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location, int order)