wt.tools.dsu
Class LoadDSU
java.lang.Object
wt.tools.dsu.LoadDSU
- public class LoadDSU
- 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
default_level
private static String default_level
release_level
private static String release_level
ncdsu_level
private static String ncdsu_level
prereq_level
private static String prereq_level
dsu_id
private String dsu_id
olddsu
private int olddsu
relstring
private String relstring
dsustring
private String dsustring
dsunewstring
private String dsunewstring
dsu_path
private String dsu_path
dsu_level_file
private String dsu_level_file
release_level_file
private String release_level_file
ncdsu_level_file
private String ncdsu_level_file
prereq_level_file
private String prereq_level_file
files
private File[] files
verbose
private boolean verbose
jarFileName
private String jarFileName
rootDirName
private String rootDirName
ncold
private String ncold
dsutemp
private String dsutemp
ncdsu
private boolean ncdsu
install_dsu
private boolean install_dsu
whole_ncdsu
private String whole_ncdsu
LoadDSU
public LoadDSU(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
validateDSU
public void validateDSU(InputStream in)
throws ZipException,
IOException
- Throws:
ZipException
IOException
makeBackup
public void makeBackup(InputStream in)
throws ZipException,
IOException
- Throws:
ZipException
IOException
localize
private void localize()