Package it.tidalwave.datamanager.model
Interface DataManager
public interface DataManager
The business controller for the application.
- Author:
- Fabrizio Giudici
- Stereotype:
- Business Controller
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAFinderfor queryingBackups.static interfaceAFinderfor queryingManagedFiles. -
Method Summary
Modifier and TypeMethodDescriptionQueries the backups.Queries the managed files.
-
Method Details
-
findManagedFiles
Queries the managed files.- Returns:
- a
FinderforManagedFiles
-
findBackups
Queries the backups.- Returns:
- a
FinderforBackups
-