Package eu.isas.reporter
Class ReporterWrapper
java.lang.Object
com.compomics.software.CompomicsWrapper
eu.isas.reporter.ReporterWrapper
public class ReporterWrapper
extends com.compomics.software.CompomicsWrapper
A wrapper class used to start the jar file with parameters. The parameters
are read from the JavaOptions file in the Properties folder.
- Author:
- Harald Barsnes
-
Constructor Summary
ConstructorsConstructorDescriptionReporterWrapper(String[] args) Starts the launcher by calling the launch method. -
Method Summary
Methods inherited from class com.compomics.software.CompomicsWrapper
appRunningIntoConda, checkForNewDeployedVersion, checkJavaVersion, downloadLatestVersion, getJarFilePath, getJavaHomeAndOptions, is64BitJava, launchTool, launchTool
-
Constructor Details
-
ReporterWrapper
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
-
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
-