|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.jpattern.core.util.ZipUtil
public abstract class ZipUtil
| Constructor Summary | |
|---|---|
ZipUtil()
|
|
| Method Summary | |
|---|---|
static void |
zipFiles(java.lang.String[] files,
java.lang.String zipfilename,
boolean ignorePath,
int compressionLevel)
Crea un file compresso da una lista di file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZipUtil()
| Method Detail |
|---|
public static void zipFiles(java.lang.String[] files,
java.lang.String zipfilename,
boolean ignorePath,
int compressionLevel)
throws java.lang.Exception
files - array di nomi di file da includere nello zip finalezipfilename - nome del file zip che deve essere creatoignorePath - se true archivia i file senza il loro pathcompressionLevel - livello di compressione, varia da 1 (non compresso) a 9 (massima compressione)
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||