Class GettableChangesCollectorProvider

    • Constructor Detail

      • GettableChangesCollectorProvider

        public GettableChangesCollectorProvider()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getCollectorClass

        protected java.lang.Class getCollectorClass​(java.lang.String collectorClassName)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Gets the class for the supplied collector class name. The class must also be assignable to GettableChangesCollector.
        Returns:
        Collector class or null if the class fails to load or not assignable.
      • createCollector

        protected GettableChangesCollector createCollector​(java.lang.Class clazz)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates an instance of the clazz provided. If the instantiation fails the defaultCollector() is returned
        Parameters:
        clazz - Class to instantiate
        Returns:
        An instance of a GettableChangesCollector
      • defaultCollector

        protected GettableChangesCollector defaultCollector()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns the default GettableChangesCollector
        Returns:
        An instance of GettableChangesCollector
      • setCollectorClass

        public void setCollectorClass​(java.lang.String collectorClassName)
        Deprecated, for removal: This API element is subject to removal in a future version.