Uses of Class
org.apache.camel.component.properties.PropertiesLocation
-
Packages that use PropertiesLocation Package Description org.apache.camel.component.properties The Properties Component for lookup of property placeholders for endpoint URI. -
-
Uses of PropertiesLocation in org.apache.camel.component.properties
Methods in org.apache.camel.component.properties that return PropertiesLocation Modifier and Type Method Description PropertiesLocationAbstractLocationPropertiesSource. getLocation()PropertiesLocationLocationPropertiesSource. getLocation()Gets the location of the propertiesPropertiesLocationRefPropertiesSource. getLocation()Methods in org.apache.camel.component.properties with parameters of type PropertiesLocation Modifier and Type Method Description voidPropertiesComponent. addLocation(PropertiesLocation location)abstract PropertiesAbstractLocationPropertiesSource. loadPropertiesFromLocation(PropertiesComponent propertiesComponent, PropertiesLocation location)PropertiesClasspathPropertiesSource. loadPropertiesFromLocation(PropertiesComponent propertiesComponent, PropertiesLocation location)PropertiesFilePropertiesSource. 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 PropertiesLocation Modifier and Type Method Description voidPropertiesComponent. setLocations(List<PropertiesLocation> locations)A list of locations to load properties.Constructors in org.apache.camel.component.properties with parameters of type PropertiesLocation Constructor Description AbstractLocationPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location)ClasspathPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location)FilePropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location)RefPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location)
-