Package eu.isas.searchgui
Class SearchGUIWrapper
java.lang.Object
com.compomics.software.CompomicsWrapper
eu.isas.searchgui.SearchGUIWrapper
public class SearchGUIWrapper
extends com.compomics.software.CompomicsWrapper
A wrapper class used to start the jar file with parameters. The parameters
are read from the JavaOptions file.
- Author:
- Harald Barsnes, Marc Vaudel
-
Constructor Summary
ConstructorsConstructorDescriptionStarts the launcher by calling the launch method.SearchGUIWrapper(String[] args) Starts the launcher by calling the launch method. -
Method Summary
Modifier and TypeMethodDescriptionReturns the path to the jar file.static voidStarts the launcher by calling the launch method.Methods inherited from class com.compomics.software.CompomicsWrapper
appRunningIntoConda, checkForNewDeployedVersion, checkJavaVersion, downloadLatestVersion, getJarFilePath, getJavaHomeAndOptions, is64BitJava, launchTool, launchTool
-
Constructor Details
-
SearchGUIWrapper
public SearchGUIWrapper()Starts the launcher by calling the launch method. Use this as the main class in the jar file. -
SearchGUIWrapper
Starts the launcher by calling the launch method. Use this as the main class in the jar file.- Parameters:
args- the arguments to pass to the tool
-
-
Method Details
-
getJarFilePath
Returns the path to the jar file.- Returns:
- the path to the jar file
-
main
Starts the launcher by calling the launch method. Use this as the main class in the jar file.- Parameters:
args- the command line arguments
-