Class CollectorRegistry


  • public class CollectorRegistry
    extends Object
    This class define a registry for Collectors.
    Since:
    0.8
    Author:
    Laurent Jourdren
    • Constructor Detail

      • CollectorRegistry

        public CollectorRegistry()
        Public constructor.
    • Method Detail

      • get

        public Collector get​(String collectorName)
        Get a Collector.
        Parameters:
        collectorName - name of the Collector.
        Returns:
        an AozanTest or null is the test does not exists