public interface ValidationTask
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of the task.
|
List<org.apache.commons.cli.Option> |
getOptionList() |
ValidationTaskResult |
validate(Map<String,String> optionMap)
Runs the validation task.
|
String getName()
List<org.apache.commons.cli.Option> getOptionList()
Option
required by this taskValidationTaskResult validate(Map<String,String> optionMap) throws InterruptedException
optionMap
- contains string representation of <key, value> pairsInterruptedException
Copyright © 2023. All Rights Reserved.