Class FullBackupImportAction

    • Constructor Detail

      • FullBackupImportAction

        public FullBackupImportAction​(java.lang.String title,
                                      java.awt.Component parent)
        Parameters:
        title - Name of this action, e.g. in menus
        parent - Component that action is associated with, used to ensure proper position in of dialog boxes
    • Method Detail

      • processImageFile

        void processImageFile​(java.util.zip.ZipInputStream zipper,
                              java.util.zip.ZipEntry entry,
                              java.lang.String path)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • processRosterFile

        protected boolean processRosterFile​(java.util.zip.ZipInputStream zipper)
                                     throws java.io.IOException
        Parameters:
        zipper - Stream to receive output
        Returns:
        true if OK to continue to next entry
        Throws:
        java.io.IOException - from underlying operations