Uses of Interface
org.apache.camel.spi.PropertiesSource
Packages that use PropertiesSource
-
Uses of PropertiesSource in org.apache.camel.spi
Subinterfaces of PropertiesSource in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterfaceAPropertiesSourcewhose properties can be loaded all at once during initialization, such as a .properties file.Methods in org.apache.camel.spi that return PropertiesSourceModifier and TypeMethodDescription@Nullable PropertiesSourcePropertiesComponent.getPropertiesSource(String name) Gets the customPropertiesSourceby the namePropertiesSourceFactory.newClasspathPropertiesSource(String location) Creates a new classpath basedPropertiesSource.PropertiesSourceFactory.newFilePropertiesSource(String location) Creates a new file basedPropertiesSource.PropertiesSourceFactory.newRefPropertiesSource(String ref) Creates a 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 TypeMethodDescriptionvoidPropertiesComponent.addPropertiesSource(PropertiesSource propertiesSource) Adds a customPropertiesSourceto use as source for loading and/or looking up property values.