Class ExportCounter
java.lang.Object
org.ametys.plugins.contentio.export.sql.ExportCounter
Export counter info
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
Get the countvoid
Increment the countvoid
incrementCount
(int inc) Increment the count
-
Constructor Details
-
ExportCounter
The constructor- Parameters:
count
- the count
-
-
Method Details
-
getCount
Get the count- Returns:
- the count
-
incrementCount
Increment the count -
incrementCount
Increment the count- Parameters:
inc
- increments to add
-