Project

General

Profile

« Previous | Next » 

Revision c09572ee

Added by Patrick Plitzner almost 8 years ago

minor

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/redlist/bfnXml/out/BfnXmlTaxonNameExport.java
1
/**
2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9
package eu.etaxonomy.cdm.io.redlist.bfnXml.out;
10

  
11
import org.apache.log4j.Logger;
12
import org.springframework.stereotype.Component;
13

  
14
import eu.etaxonomy.cdm.model.name.TaxonNameBase;
15

  
16

  
17
/**
18
 *
19
 * @author pplitzner
20
 * @date May 3, 2016
21
 *
22
 */
23
@Component
24
public class BfnXmlTaxonNameExport extends BfnXmlExportBase<TaxonNameBase> {
25

  
26
    private static final long serialVersionUID = -931703660108981011L;
27

  
28
    private static final Logger logger = Logger.getLogger(BfnXmlTaxonNameExport.class);
29

  
30
	public BfnXmlTaxonNameExport(){
31
		super();
32
	}
33

  
34
	@Override
35
    protected void doInvoke(BfnXmlExportState state){
36
	}
37

  
38
    @Override
39
    protected boolean doCheck(BfnXmlExportState state) {
40
        return false;
41
    }
42

  
43
    @Override
44
    protected boolean isIgnore(BfnXmlExportState state) {
45
        return false;
46
    }
47

  
48
}
1
/**
2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9
package eu.etaxonomy.cdm.io.redlist.bfnXml.out;
10

  
11
import org.apache.log4j.Logger;
12
import org.springframework.stereotype.Component;
13

  
14
import eu.etaxonomy.cdm.model.name.TaxonNameBase;
15

  
16

  
17
/**
18
 *
19
 * @author pplitzner
20
 * @date May 3, 2016
21
 *
22
 */
23
@Component
24
public class BfnXmlTaxonNameExport extends BfnXmlExportBase<TaxonNameBase> {
25

  
26
    private static final long serialVersionUID = -931703660108981011L;
27

  
28
    private static final Logger logger = Logger.getLogger(BfnXmlTaxonNameExport.class);
29

  
30
	public BfnXmlTaxonNameExport(){
31
		super();
32
	}
33

  
34
	@Override
35
    protected void doInvoke(BfnXmlExportState state){
36
	}
37

  
38
    @Override
39
    protected boolean doCheck(BfnXmlExportState state) {
40
        return false;
41
    }
42

  
43
    @Override
44
    protected boolean isIgnore(BfnXmlExportState state) {
45
        return false;
46
    }
47

  
48
}

Also available in: Unified diff