Uses of Class
org.apache.camel.component.properties.PropertiesLocation
Packages that use PropertiesLocation
-
Uses of PropertiesLocation in org.apache.camel.component.properties
Methods in org.apache.camel.component.properties that return PropertiesLocationModifier and TypeMethodDescriptionAbstractLocationPropertiesSource.getLocation()LocationPropertiesSource.getLocation()Gets the location of the propertiesRefPropertiesSource.getLocation()Methods in org.apache.camel.component.properties with parameters of type PropertiesLocationModifier and TypeMethodDescriptionvoidPropertiesComponent.addLocation(PropertiesLocation location) abstract 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) Method parameters in org.apache.camel.component.properties with type arguments of type PropertiesLocationModifier and TypeMethodDescriptionvoidPropertiesComponent.setLocations(List<PropertiesLocation> locations) A list of locations to load properties.Constructors in org.apache.camel.component.properties with parameters of type PropertiesLocationModifierConstructorDescriptionprotectedAbstractLocationPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location) ClasspathPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location) ClasspathPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location, int order) protectedFilePropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location) protectedFilePropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location, int order) RefPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location) RefPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location, int order)