wt.tools.dsu
Class UnloadDSU
java.lang.Object
wt.tools.dsu.UnloadDSU
- public class UnloadDSU
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionID
private static final String versionID
- See Also:
- Constant Field Values
dsuResource
private static ResourceBundle dsuResource
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
dsu_id
private String dsu_id
dsu_path
private String dsu_path
bu_path
private String bu_path
files
private File[] files
verbose
private boolean verbose
jarFileName
private String jarFileName
rootDirName
private String rootDirName
UnloadDSU
public UnloadDSU(String dsuid,
String path,
String root,
boolean verb)
main
public static void main(String[] args)
run
public void run()
throws IOException
- Throws:
IOException
unJarFiles
public void unJarFiles(InputStream in)
throws ZipException,
IOException
- Throws:
ZipException
IOException
uninstall
public void uninstall(InputStream in)
throws ZipException,
IOException
- Throws:
ZipException
IOException
localize
private void localize()