Project

General

Profile

« Previous | Next » 

Revision 51424

backport of the community API

View differences:

OpenaireExporterConfig.java
19 19
	private ClassPathResource findSolrIndexUrl;
20 20
	private ClassPathResource findIndexDsInfo;
21 21
	private ClassPathResource findObjectStore;
22
	private ClassPathResource findFunderContexts;
23
	private ClassPathResource findCommunityContexts;
22 24

  
23 25
	private String isLookupUrl;
24 26
	private String objectStoreServiceUrl;
......
342 344
		this.findObjectStore = findObjectStore;
343 345
	}
344 346

  
347
	public ClassPathResource getFindFunderContexts() {
348
		return findFunderContexts;
349
	}
350

  
351
	public void setFindFunderContexts(final ClassPathResource findFunderContexts) {
352
		this.findFunderContexts = findFunderContexts;
353
	}
354

  
355
	public ClassPathResource getFindCommunityContexts() {
356
		return findCommunityContexts;
357
	}
358

  
359
	public void setFindCommunityContexts(final ClassPathResource findCommunityContexts) {
360
		this.findCommunityContexts = findCommunityContexts;
361
	}
362

  
345 363
	public void setFindIndexDsInfo(final ClassPathResource findIndexDsInfo) {
346 364
		this.findIndexDsInfo = findIndexDsInfo;
347 365
	}

Also available in: Unified diff