|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.weft.configurator.JarUnpacker
experimental utility class to understand how to unpack a jar file
| Field Summary | |
boolean |
debug
whether or not to print debugging output |
| Constructor Summary | |
JarUnpacker()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
for debugging only, do not use! |
void |
unpack(java.io.File file,
java.io.File directory)
/** unpack the jar file into the directory specified |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean debug
| Constructor Detail |
public JarUnpacker()
| Method Detail |
public void unpack(java.io.File file,
java.io.File directory)
throws java.io.IOException
file - a file, presumed to be a jar filedirectory - a file, presumed to be a writable directory
java.io.IOException - if anything goes wrong.
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - two strings, the first the name of a jar file, the second that of a
writable directory
java.lang.Exception - if anything goes wrong
|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||