Uses of Interface
org.apache.camel.component.properties.PropertiesParser

Packages that use PropertiesParser
org.apache.camel.component.properties The Properties Component for lookup of property placeholders for endpoint URI. 
 

Uses of PropertiesParser in org.apache.camel.component.properties
 

Subinterfaces of PropertiesParser in org.apache.camel.component.properties
 interface AugmentedPropertyNameAwarePropertiesParser
          Interface for property parses that can attempt parsing property names using a fixed property name prefix and suffix.
 

Classes in org.apache.camel.component.properties that implement PropertiesParser
 class DefaultPropertiesParser
          A parser to parse a string which contains property placeholders
 

Methods in org.apache.camel.component.properties that return PropertiesParser
 PropertiesParser PropertiesComponent.getPropertiesParser()
           
 

Methods in org.apache.camel.component.properties with parameters of type PropertiesParser
 void PropertiesComponent.setPropertiesParser(PropertiesParser propertiesParser)
           
 



Apache Camel