Uses of Interface
org.apache.camel.spi.PropertiesSource
-
Packages that use PropertiesSource Package Description org.apache.camel.spi 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.spi Modifier and Type Interface Description interfaceLoadablePropertiesSourceA 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 PropertiesSource Modifier and Type Method Description PropertiesSourcePropertiesComponent. getPropertiesSource(String name)Gets the customPropertiesSourceby the nameMethods in org.apache.camel.spi with parameters of type PropertiesSource Modifier and Type Method Description voidPropertiesComponent. addPropertiesSource(PropertiesSource propertiesSource)Adds a customPropertiesSourceto use as source for loading and/or looking up property values.
-