Package com.sun.enterprise.config.backup.util

Examples of com.sun.enterprise.config.backup.util.ZipWriter.safeWrite()


      ZipWriter writer = new ZipWriter(zipName, domainDirName, files);

      if(request.excludeDirs != null && request.excludeDirs.length > 0)
        writer.excludeDirs(request.excludeDirs);
     
      writer.safeWrite();
    }
    catch(ZipFileException zfe)
    {
      throw new BackupException("backup-res.ZipBackupError", zfe, zipName);
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.