Class CopyExtension


  • public class CopyExtension
    extends Object
    This allows tools to re-use copy routines from custom stores. Set one in your CopyTool and it will be invoked after all other stores are copied.

    Created by Jeff Gaynor
    on 3/25/15 at 3:08 PM

    • Constructor Detail

      • CopyExtension

        public CopyExtension()
    • Method Detail

      • copy

        public int copy​(int totalRecs)
        Takes the number of records copied so far and returns this plus the number of records copied. This value is the total number of records copied from all stores total.
        Parameters:
        totalRecs -
        Returns: