Class ExportCounter
java.lang.Object
org.ametys.plugins.contentio.export.sql.ExportCounter
Export counter info
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()Get the countvoidIncrement the countvoidincrementCount(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
-