Project

General

Profile

« Previous | Next » 

Revision 41504

configuration refactor, implemented PidMatch condition

View differences:

Cond.java
22 22
	 */
23 23
	exactMatchIgnoreCase,
24 24
	/** The Exact match specialized to recognize DOI values. */
25
	doiExactMatch
25
	doiExactMatch,
26
	/** The Exact match that checks if pid type and value are the same */
27
	pidMatch
26 28
}

Also available in: Unified diff