Package org.apache.camel.spi
Interface PropertiesSourceFactory
-
public interface PropertiesSourceFactoryFactory for creating out of the boxPropertiesSource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesSourcenewClasspathPropertiesSource(String location)New classpath basedPropertiesSourcePropertiesSourcenewFilePropertiesSource(String location)New file basedPropertiesSourcePropertiesSourcenewRefPropertiesSource(String ref)New ref basedPropertiesSource
-
-
-
Method Detail
-
newFilePropertiesSource
PropertiesSource newFilePropertiesSource(String location)
New file basedPropertiesSource- Parameters:
location- location of the file
-
newClasspathPropertiesSource
PropertiesSource newClasspathPropertiesSource(String location)
New classpath basedPropertiesSource- Parameters:
location- location of the file in the classpath
-
newRefPropertiesSource
PropertiesSource newRefPropertiesSource(String ref)
New ref basedPropertiesSource- Parameters:
ref- id for thePropertiesbean.
-
-