Class EmptyRuleHandler
- java.lang.Object
-
- de.isas.mztab2.validation.handlers.EmptyRuleHandler
-
public class EmptyRuleHandler extends Object
Implements handling of rules that have no cv parameter match. Depending on the requirement level, this may raise an Info, Warning or Error level message.- Author:
- nilshoffmann
-
-
Constructor Summary
Constructors Constructor Description EmptyRuleHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ValidationMessage>
handleRule(CvMappingRule rule, List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> selection)
-
-
-
Constructor Detail
-
EmptyRuleHandler
public EmptyRuleHandler()
-
-
Method Detail
-
handleRule
public List<ValidationMessage> handleRule(CvMappingRule rule, List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> selection)
-
-