Package flexagon.fd.core.utils
Class PropertyReplacementContext.KeyValue
java.lang.Object
flexagon.fd.core.utils.PropertyReplacementContext.KeyValue
- Enclosing class:
- PropertyReplacementContext
A simple POJO representing a property key and value pair within a PropertyReplacementContext.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the replacement keygetValue()Returns the String value
-
Constructor Details
-
KeyValue
Creates a key/value pair- Parameters:
key- the keyvalue- the value
-
-
Method Details
-
getReplacementKey
Returns the replacement key- Returns:
- the replacement key
-
getValue
Returns the String value- Returns:
- the value
-