public interface Replacements
Offers the values for variables which should be replaced.
Modifier and Type | Method and Description |
---|---|
String |
getValue(String name)
Returns the value for the variable with the specified name.
|
String getValue(String name) throws ReplacementException
Returns the value for the variable with the specified name.
name
- The name.null
, if the variable is unknown.IllegalArgumentException
- If the name is null
.ReplacementException
- If an error occurs while determine the value.Copyright © 2015–2019. All rights reserved.