Class MakeResult

java.lang.Object
se.datadosen.jalbum.MakeResult

public class MakeResult extends Object
Result from makeAlbum operation
  • Constructor Details

    • MakeResult

      public MakeResult(boolean dirty)
  • Method Details

    • isDirty

      public boolean isDirty()
      Returns:
      Tell whether album needs to be remade (smartMakeAlbum) in order to correctly reflect the current video- and image settings
    • toString

      public String toString()
      Overrides:
      toString in class Object