Interface Parameterizable
public interface Parameterizable
Definition for objects taking a generic key-mapped collection of parameters.
- Since:
- 4.2.434
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setParameters
(@NotNull Map<String, String> parameters) Sets the parameters generically defined for this object.
-
Method Details
-
setParameters
Sets the parameters generically defined for this object.- Parameters:
parameters
- The key-mapped parameters.- Since:
- 4.2.434
-