Class SysPropertiesFunction

java.lang.Object
org.apache.camel.component.properties.SysPropertiesFunction
All Implemented Interfaces:
org.apache.camel.spi.PropertiesFunction

public class SysPropertiesFunction extends Object implements org.apache.camel.spi.PropertiesFunction
A PropertiesFunction that lookup the property value from JVM system property.
  • Constructor Details

    • SysPropertiesFunction

      public SysPropertiesFunction()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.apache.camel.spi.PropertiesFunction
    • apply

      public String apply(String remainder)
      Specified by:
      apply in interface org.apache.camel.spi.PropertiesFunction