Klasse SingleShow

Alle implementierten Schnittstellen:
Serializable, Cloneable, Iterable<ShowRec>, Collection<ShowRec>, Deque<ShowRec>, List<ShowRec>, Queue<ShowRec>, SequencedCollection<ShowRec>

public final class SingleShow extends Show
A show in a single day directory.
Siehe auch:
  • Konstruktordetails

    • SingleShow

      public SingleShow(Path dirPath) throws de.zocher_regel.util.UtilException
      Create a show for the photos of a single directory.
      Parameter:
      dirPath - the day directory where the photos reside
      Löst aus:
      de.zocher_regel.util.UtilException - if showPath is not a day directory
  • Methodendetails

    • filePath

      public Path filePath()
      A SingleShow is created from a directory. It is stored in file index.txt of this directory.
      Angegeben von:
      filePath in Klasse Show
      Gibt zurück:
      the qualified name of the index.txt file where the show is stored
    • dirPath

      public Path dirPath()
      A SingleShow is created from a directory.
      Angegeben von:
      dirPath in Klasse Show
      Gibt zurück:
      the directory where this SingleShow has been created