Class Archive

java.lang.Object
sk.iway.iwcm.system.Archive

public class Archive extends Object
Archive.java
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Toto sa vola z crontabu raz za den
    static void
    makeZipArchive(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext servletContext, String mainDirs, String zipDirPath, javax.servlet.jsp.JspWriter printWriter)
    Vytvori ZIP-archiv Webroot adresara, ak su

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Archive

      public Archive()
  • Method Details

    • main

      public static void main(String[] args)
      Toto sa vola z crontabu raz za den
      Parameters:
      args -
    • makeZipArchive

      public static void makeZipArchive(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext servletContext, String mainDirs, String zipDirPath, javax.servlet.jsp.JspWriter printWriter) throws IOException
      Vytvori ZIP-archiv Webroot adresara, ak su
      Parameters:
      servletContext -
      mainDirs - - korenove adresare, ktore sa maju zalohovat
      zipDirPath - - cesta k ZIP-suboru
      printWriter -
      Throws:
      IOException