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:

TextValidationObject.java
1
package eu.dnetlib.validator.service.impls.valobjs;
2

  
3
import eu.dnetlib.validator.engine.execution.ValidationObject;
4

  
5
/**
6
 * Indicates that a Validatiob Object is actually plain text.
7
 * @author Manos Karvounis
8
 */
9
public interface TextValidationObject extends ValidationObject {
10

  
11
	public String getContentAsText();
12
	
13
}
0 14

  

Also available in: Unified diff