Project

General

Profile

« Previous | Next » 

Revision bc75c3c7

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/ImportConfiguratorBase.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.common;
11 10

  
12 11
import java.lang.reflect.Method;
......
52 51
	 */
53 52
	private IInputTransformer transformer;
54 53

  
55
//
56
//	//TODO
57
//	private boolean deleteAll = false;
58

  
59 54
	private UUID uuidFeatureTree;
60 55

  
61 56
	private String featureTreeTitle;
......
86 81
	@SuppressWarnings("rawtypes")
87 82
    protected Class<ICdmImport>[] ioClassList;
88 83

  
89
	protected ICdmIO[] ioList;
84
	@SuppressWarnings("rawtypes")
85
    protected ICdmIO[] ioList;
90 86

  
91 87
	protected String[] ioBeans;
92 88

  
93 89
	/*user interaction*/
94 90
    private boolean askUserForHelp =false;
95 91

  
96

  
97 92
/* *****************CONSTRUCTOR *****************************/
98 93

  
99 94
	protected ImportConfiguratorBase(IInputTransformer transformer){
......
120 115
		this.source = source;
121 116
	}
122 117

  
123

  
124 118
	@Override
125 119
    public boolean isValid(){
126 120
		boolean result = true;
cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/IoConfiguratorBase.java
45 45

  
46 46
	protected HibernateConfiguration hibernateConfig = new HibernateConfiguration();
47 47

  
48

  
49 48
    //etc
50 49
	private IProgressMonitor progressMonitor;
51 50
	private String userFriendlyIOName;

Also available in: Unified diff