|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas.web.lib.JarTools
This class provides an implementation of tools methods than permit to unpack a jar.
| Method Summary | |
static void |
unpack(java.lang.String fileName,
java.lang.String destDir)
Unpack the specified jar to the specified directory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void unpack(java.lang.String fileName,
java.lang.String destDir)
throws JWebContainerServiceException
fileName - the name of the archive file to unpack.destDir - the destination directory of the unpacking.
JWebContainerServiceException - if an error occors during the
unpacking.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||