Class ExportCounter

java.lang.Object
org.ametys.plugins.contentio.export.sql.ExportCounter

public class ExportCounter extends Object
Export counter info
  • Constructor Details

  • Method Details

    • getCount

      public int getCount()
      Get the count
      Returns:
      the count
    • incrementCount

      public void incrementCount()
      Increment the count
    • incrementCount

      public void incrementCount(int inc)
      Increment the count
      Parameters:
      inc - increments to add