public interface IParametersValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validate(Map<String,Object> parameters)
Validate all parameters.
|
void validate(Map<String,Object> parameters) throws ParameterException
parameters - Name-value-pairs of all parameters (e.g. "-host":"localhost").ParameterException - Thrown if validation of the parameters fails.Copyright © 2025. All rights reserved.