Class ImmoToolLocalProject


  • public class ImmoToolLocalProject
    extends ImmoToolProject
    ImmoToolLocalProject.
    Author:
    Andreas Rudolph
    • Constructor Detail

      • ImmoToolLocalProject

        public ImmoToolLocalProject()
    • Method Detail

      • getBackupDirectory

        public File getBackupDirectory()
        Get the local directory, where backups are stored.
        Returns:
        backup directory
      • getBackupMaxFileCount

        public int getBackupMaxFileCount()
        Get defined maximum of stored files in the local backup directory.
        Returns:
        number of maximal stored files, if value <e; 0 unlimited files are stored
      • getBackupTime

        public long getBackupTime()
      • getDbDirectory

        public File getDbDirectory()
      • setBackupDirectory

        public void setBackupDirectory​(File dir)
      • setBackupMaxFileCount

        public void setBackupMaxFileCount​(int count)
      • setBackupTime

        public void setBackupTime​(long time)