Project

General

Profile

« Previous | Next » 

Revision 2720ea2c

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/tcsxml/in/TcsXmlImportConfigurator.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.cdm.io.tcsxml.in;
11 10

  
12 11
import java.io.InputStream;
......
37 36
	//TODO
38 37
	private static IInputTransformer defaultTransformer = null;
39 38

  
40

  
41 39
	private boolean doMetaData = true;
42 40
	private boolean doSpecimen = true;
43 41

  
......
52 50

  
53 51
	private boolean doGetMissingNames = true;
54 52

  
55

  
56

  
57 53
	public boolean isDoGetMissingNames() {
58 54
		return doGetMissingNames;
59 55
	}
......
161 157
		super.setSource(uri);
162 158
	}
163 159

  
164
	/**
165
	 * @return
166
	 */
167 160
	public Element getSourceRoot(){
168 161
		URI source = getSource();
169 162
		try {

Also available in: Unified diff