public class Validator
extends java.lang.Object
validate(AlgorithmPlugin, boolean)
to validate an AlgorithmPlugin
meaning if it is functioning.Modifier and Type | Method and Description |
---|---|
static ValidationReport |
validate(AlgorithmPlugin plugin,
boolean skipWarnings)
Creates a validation report for the given plugin.
|
public static ValidationReport validate(AlgorithmPlugin plugin, boolean skipWarnings)
plugin
- the pluginskipWarnings
- true
if warnings should be ignored (meaning that a plugin with warnings is still considered as valid) otherwise false