Class PropertiesBasedValueSource

java.lang.Object
org.codehaus.plexus.interpolation.fixed.PropertiesBasedValueSource
All Implemented Interfaces:
FixedValueSource

public class PropertiesBasedValueSource extends Object implements FixedValueSource
FixedValueSource implementation that wraps a Properties instance, and does a simple lookup of the entire expression string as the parameter for Properties.getProperty(String), returning the result as the resolved value.
Author:
jdcasey
  • Constructor Details

    • PropertiesBasedValueSource

      public PropertiesBasedValueSource(Properties properties)
      Wrap the specified Properties object for use as a value source. Nulls are allowed.
      Parameters:
      properties - The properties instance to wrap.
  • Method Details