Class TrackerFactory
- java.lang.Object
-
- org.intermine.api.tracker.factory.TrackerFactory
-
public final class TrackerFactory extends java.lang.ObjectFactory to instantiate the trackers with the reflection- Author:
- dbutano
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TrackergetTracker(java.lang.String className, java.sql.Connection con, java.util.Queue<Track> trackQueue)Return the tracker instantiated with the reflection
-
-
-
Method Detail
-
getTracker
public static Tracker getTracker(java.lang.String className, java.sql.Connection con, java.util.Queue<Track> trackQueue) throws java.lang.Exception
Return the tracker instantiated with the reflection- Parameters:
className- name of the class to instantiatecon- connection to the databasetrackQueue- tracks to be parsed- Returns:
- the tracker instantiated
- Throws:
java.lang.Exception- if something goes wrong
-
-