Project

General

Profile

Download (328 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
 * @author a.babadshanjan
11
 * @created 17.11.2008
12
 */
13
public interface ICdmExport<T extends IExportConfigurator> {
14

    
15
	public abstract boolean invoke(T tcsiConfig);
16
}
(9-9/21)