Package eu.dnetlib.validator2.engine
Class RuleEngine
java.lang.Object
eu.dnetlib.validator2.engine.RuleEngine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T,R extends Rule<T>>
voidapplyAndReport(R rule, T t, Reporter<T, R> reporter)
-
Constructor Details
-
RuleEngine
public RuleEngine()
-
-
Method Details
-
applyAndReport
public static <T,R extends Rule<T>> void applyAndReport(R rule, T t, Reporter<T, R> reporter) throws IllegalArgumentException- Throws:
IllegalArgumentException
-