pt.ua.bioinformatics.coeus.api.plugins
Class SingleImport

java.lang.Object
  extended by pt.ua.bioinformatics.coeus.api.plugins.SingleImport
All Implemented Interfaces:
java.lang.Runnable

public class SingleImport
extends java.lang.Object
implements java.lang.Runnable

Single thread handler for importing single resources.


Constructor Summary
SingleImport(java.lang.String res)
           
 
Method Summary
 void run()
          Launch single Resource import process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleImport

public SingleImport(java.lang.String res)
Method Detail

run

public void run()
Launch single Resource import process.

Specified by:
run in interface java.lang.Runnable