Klasse ShowEntryCounter

java.lang.Object
de.zocher_regel.photo.show.ShowEntryCounter
Bekannte direkte Unterklassen:
ShowEntryCounterCsv

public sealed class ShowEntryCounter extends Object permits ShowEntryCounterCsv
Statistics of a an IrfanView show. For CSV output file see subclass ShowEntryCounterCsv
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    (Package privat) final Show
    The show whose entries are to be count.
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    Write statistic about the show given as parameter.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    (Package privat) boolean
    Statistics may be written in detail.
    void
    Write the statistics; in the subclass ShowEntryCounterCsv to a CSV file as well.
    (Package privat) void
    Do nothing, method is implemented in sublass ShowEntryCounterCsv.

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • show

      final Show show
      The show whose entries are to be count.
  • Konstruktordetails

    • ShowEntryCounter

      public ShowEntryCounter(Show show)
      Write statistic about the show given as parameter.
      Parameter:
      show - to be considerated
  • Methodendetails

    • verbose

      boolean verbose()
      Statistics may be written in detail. This depends on UtilSetting verbose. In the subclass ShowEntryCounterCsv this may be overridden to write details always.
      Gibt zurück:
      if detail statistics are to be written.
    • write

      public void write()
      Write the statistics; in the subclass ShowEntryCounterCsv to a CSV file as well.
    • writeCsv

      void writeCsv(String msg)
      Do nothing, method is implemented in sublass ShowEntryCounterCsv.
      Parameter:
      msg - to be written in subclass