Interface DataManagerPresentation


public interface DataManagerPresentation
The presentation for the application.
Author:
Fabrizio Giudici
Stereotype:
Presentation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Output an error line to the console.
    void
    output(String string)
    Output a line to the console.
    void
    renderBackups(it.tidalwave.role.ui.PresentationModel backupsPm)
    Render backups.
    void
    renderManagedFiles(it.tidalwave.role.ui.PresentationModel managedFiles)
    Render managed files.
  • Method Details

    • renderManagedFiles

      void renderManagedFiles(@Nonnull it.tidalwave.role.ui.PresentationModel managedFiles)
      Render managed files.
      Parameters:
      managedFiles - the files
    • renderBackups

      void renderBackups(@Nonnull it.tidalwave.role.ui.PresentationModel backupsPm)
      Render backups.
      Parameters:
      backupsPm - the backups
    • output

      void output(@Nonnull String string)
      Output a line to the console.
      Parameters:
      string - the pattern for the output
    • notifyError

      void notifyError(@Nonnull String string)
      Output an error line to the console.
      Parameters:
      string - the pattern for the output