Uses of Interface
org.apache.camel.spi.PropertiesSource
Packages that use PropertiesSource
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of PropertiesSource in org.apache.camel.spi
Subinterfaces of PropertiesSource in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterfaceA source for properties that can be loaded all at once during initialization, such as loading .properties files.Methods in org.apache.camel.spi that return PropertiesSourceModifier and TypeMethodDescriptionPropertiesComponent.getPropertiesSource(String name) Gets the customPropertiesSourceby the nameMethods in org.apache.camel.spi that return types with arguments of type PropertiesSourceModifier and TypeMethodDescriptionPropertiesComponent.getPropertiesSources()Gets the properties sourcesMethods in org.apache.camel.spi with parameters of type PropertiesSourceModifier and TypeMethodDescriptionvoidPropertiesComponent.addPropertiesSource(PropertiesSource propertiesSource) Adds a customPropertiesSourceto use as source for loading and/or looking up property values.