Project

General

Profile

Download (340 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2008 EDIT
3
* European Distributed Institute of Taxonomy 
4
* http://www.e-taxonomy.eu
5
*/
6

    
7
package eu.etaxonomy.cdm.io.common;
8

    
9
/**
10
 * 
11
 * @author a.babadshanjan
12
 * @created 17.11.2008
13
 */
14
public interface ICdmExporter<T extends IExportConfigurator> {
15

    
16
	public abstract boolean invoke(T config);
17
	
18
	
19
	
20
}
(19-19/48)