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 namePropertiesSourcePropertiesSourceFactory. newClasspathPropertiesSource(String location)New classpath basedPropertiesSourcePropertiesSourcePropertiesSourceFactory. newFilePropertiesSource(String location)New file basedPropertiesSourcePropertiesSourcePropertiesSourceFactory. newRefPropertiesSource(String ref)New ref basedPropertiesSourceMethods in org.apache.camel.spi that return types with arguments of type PropertiesSource Modifier and Type Method Description List<PropertiesSource>PropertiesComponent. getPropertiesSources()Gets the properties sourcesMethods 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.
-