Package eu.isas.peptideshaker
Class PeptideShakerZipFileChecker
java.lang.Object
eu.isas.peptideshaker.PeptideShakerZipFileChecker
A wrapper class used to check if the jar file is attempted started from
within an unzipped zip file. If yes, a warning dialog is displayed telling
the user to unzip first. If not within a zip file the jar file is started as
normal.
- Author:
- Harald Barsnes
-
Constructor Summary
ConstructorsConstructorDescriptionPeptideShakerZipFileChecker(String[] args) Checks if the jar file is started from within an unzipped zip file. -
Method Summary
-
Constructor Details
-
PeptideShakerZipFileChecker
Checks if the jar file is started from within an unzipped zip file. If yes, a warning dialog is displayed telling the user to unzip first. If not within a zip file the jar file is started as normal.- Parameters:
args- the command line arguments
-
-
Method Details
-
main
Start PeptideShakerZipFileChecker.- Parameters:
args- the command line arguments
-