Interface DataManagerPresentation
public interface DataManagerPresentation
The presentation for the application.
- Author:
- Fabrizio Giudici
- Stereotype:
- Presentation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyError
(String string) Output an error line to the console.void
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
Output a line to the console.- Parameters:
string
- the pattern for the output
-
notifyError
Output an error line to the console.- Parameters:
string
- the pattern for the output
-