Project

General

Profile

Download (338 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
 * @since 17.11.2008
13
 */
14
public interface ICdmExporter<T extends IExportConfigurator> {
15

    
16
	public abstract ExportResult invoke(T config);
17

    
18

    
19

    
20
}
(25-25/65)