Class DefaultPropertiesLookup

java.lang.Object
org.apache.camel.component.properties.DefaultPropertiesLookup
All Implemented Interfaces:
PropertiesLookup

public class DefaultPropertiesLookup extends Object implements PropertiesLookup
Default PropertiesLookup which lookup properties from a Properties with all existing properties.
  • Constructor Details

  • Method Details

    • lookup

      public String lookup(String name)
      Description copied from interface: PropertiesLookup
      Lookup the property with the given name
      Specified by:
      lookup in interface PropertiesLookup
      Parameters:
      name - property name
      Returns:
      the property value, or null if the properties does not exist.