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 TypeInterfaceDescriptioninterface
A 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 customPropertiesSource
by the namePropertiesSourceFactory.newClasspathPropertiesSource
(String location) New classpath basedPropertiesSource
PropertiesSourceFactory.newFilePropertiesSource
(String location) New file basedPropertiesSource
PropertiesSourceFactory.newRefPropertiesSource
(String ref) New ref basedPropertiesSource
Methods 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 TypeMethodDescriptionvoid
PropertiesComponent.addPropertiesSource
(PropertiesSource propertiesSource) Adds a customPropertiesSource
to use as source for loading and/or looking up property values.