Package net.sourceforge.plantuml.stats
Class FormatCounter
- java.lang.Object
-
- net.sourceforge.plantuml.stats.FormatCounter
-
public class FormatCounter extends Object
-
-
Constructor Summary
Constructors Constructor Description FormatCounter(String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatsTable
getStatsTable(String name)
void
plusOne(FileFormat fileFormat, long duration)
void
reload(String prefix, Preferences prefs)
void
save(Preferences prefs, FileFormat fileFormat)
-
-
-
Constructor Detail
-
FormatCounter
public FormatCounter(String prefix)
-
-
Method Detail
-
plusOne
public void plusOne(FileFormat fileFormat, long duration)
-
getStatsTable
public StatsTable getStatsTable(String name)
-
reload
public void reload(String prefix, Preferences prefs) throws BackingStoreException
- Throws:
BackingStoreException
-
save
public void save(Preferences prefs, FileFormat fileFormat)
-
-