Package org.lifstools.jmzqc
Class CmdLineParser
java.lang.Object
org.lifstools.jmzqc.CmdLineParser
Create a new command line parser for parsing of lipid names.
- Author:
- Dominik Kopczynski, Nils Hoffmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringaddFileInputOption(org.apache.commons.cli.Options options) protected static StringaddHelpOption(org.apache.commons.cli.Options options) protected static StringaddOutputToFileOption(org.apache.commons.cli.Options options) protected static StringaddVersionOption(org.apache.commons.cli.Options options) static voidRuns the command line validation for jmzqc.
-
Constructor Details
-
CmdLineParser
public CmdLineParser()
-
-
Method Details