Class CollectorRegistry
java.lang.Object
fr.ens.biologie.genomique.aozan.collectors.CollectorRegistry
This class define a registry for Collectors.
- Since:
- 0.8
- Author:
- Laurent Jourdren
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CollectorRegistry
public CollectorRegistry()Public constructor.
-
-
Method Details
-
get
Get a Collector.- Parameters:
collectorName- name of the Collector.- Returns:
- an AozanTest or null is the test does not exists
-