Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/AbstractIOHandler.java
17 17
import eu.etaxonomy.cdm.io.common.IIoConfigurator;
18 18

  
19 19
/**
20
 * <p>Abstract AbstractIOHandler class.</p>
21
 *
20 22
 * @author n.hoffmann
21 23
 * @created Sep 11, 2009
22 24
 * @version 1.0
......
29 31
		BerlinModel, Jaxb, Tcs, Excel_Taxa, Endnote, Sdd, Abcd
30 32
	}
31 33

  
34
	/**
35
	 * <p>Constructor for AbstractIOHandler.</p>
36
	 *
37
	 * @param applicationController a {@link eu.etaxonomy.cdm.api.application.CdmApplicationController} object.
38
	 * @param <CONFIGURATOR> a CONFIGURATOR object.
39
	 */
32 40
	protected AbstractIOHandler(CdmApplicationController applicationController){
33 41
		this.applicationController = applicationController;
34 42
	}
35 43
	
36 44
	/**
37 45
	 * Starts the IO process
38
	 * 
39
	 * @param configurator
46
	 *
47
	 * @param configurator a CONFIGURATOR object.
40 48
	 */
41 49
	public void run(final CONFIGURATOR configurator){
42 50
		
......
47 55
		
48 56
	}
49 57
	
58
	/**
59
	 * <p>createIOJob</p>
60
	 *
61
	 * @param configurator a CONFIGURATOR object.
62
	 * @return a {@link org.eclipse.core.runtime.jobs.Job} object.
63
	 */
50 64
	protected abstract Job createIOJob(CONFIGURATOR configurator);
51 65
}

Also available in: Unified diff