Class PropertyReplacementContext.KeyValue

java.lang.Object
flexagon.fd.core.utils.PropertyReplacementContext.KeyValue
Enclosing class:
PropertyReplacementContext

public static class PropertyReplacementContext.KeyValue extends Object
A simple POJO representing a property key and value pair within a PropertyReplacementContext.
  • Constructor Details

    • KeyValue

      public KeyValue(String key, String value)
      Creates a key/value pair
      Parameters:
      key - the key
      value - the value
  • Method Details

    • getReplacementKey

      public String getReplacementKey()
      Returns the replacement key
      Returns:
      the replacement key
    • getValue

      public String getValue()
      Returns the String value
      Returns:
      the value