public interface PropertyValueProvider
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
computePropertyValues(java.util.Collection<java.lang.String> propertyNames,
Properties properties)
Returns computed values for the specified collection of property names.
|
java.util.Map<java.lang.String,java.lang.Object> computePropertyValues(java.util.Collection<java.lang.String> propertyNames, Properties properties)
propertyNames
- the names of properties for which values are requiredproperties
- the values of properties already set(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.