Project

General

Profile

« Previous | Next » 

Revision 34342

Added by Nikon Gasparis over 9 years ago

*new version of validator service
*it now includes the validator implementation(replaces uoa-validator)
*registry for jobs,rules and providers is now removed.
*supports and implements the new ValidatorService interface
*new way to submit a new job (a common method is used for tests,registrations,or cris)
*content and usage jobs are now merged to one.
*listeners updated to support job merging
*works as standalone or with IS (BETA)

View differences:

TextRule.java
1
package eu.dnetlib.validator.service.impls.rules.text;
2

  
3
import eu.dnetlib.validator.service.impls.valobjs.TextValidationObject;
4

  
5
/**
6
 * Indicates a rule that may be applied on a Validation Object that is plain text.
7
 * @author Manos Karvounis
8
 * @see TextValidationObject
9
 */
10
public interface TextRule {
11

  
12
}
0 13

  

Also available in: Unified diff