Interface DataManagerPresentation
public interface DataManagerPresentation
The presentation for the application.
- Author:
- Fabrizio Giudici
- Stereotype:
- Presentation
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyError(String string) Output an error line to the console.voidOutput a line to the console.voidrenderBackups(it.tidalwave.role.ui.PresentationModel backupsPm) Render backups.voidrenderManagedFiles(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
-