public enum PeptideShakerCLIParams extends Enum<PeptideShakerCLIParams>
| Enum Constant and Description |
|---|
FASTA_FILE |
GUI |
IDENTIFICATION_FILES |
OUTPUT_MGF |
PEPTIDESHAKER_OUTPUT |
PROJECT_TYPE |
REFERENCE |
SPECTRUM_FILES |
THREADS |
ZIP |
| Modifier and Type | Field and Description |
|---|---|
String |
description
Explanation for the CLI parameter.
|
String |
id
Short Id for the CLI parameter.
|
boolean |
mandatory
Boolean indicating whether the parameter is mandatory.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
createOptionsCLI(org.apache.commons.cli.Options aOptions)
Creates the options for the command line interface based on the possible
values.
|
static String |
getOptionsAsString()
Returns the options as a string.
|
static PeptideShakerCLIParams |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeptideShakerCLIParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeptideShakerCLIParams REFERENCE
public static final PeptideShakerCLIParams PROJECT_TYPE
public static final PeptideShakerCLIParams SPECTRUM_FILES
public static final PeptideShakerCLIParams FASTA_FILE
public static final PeptideShakerCLIParams IDENTIFICATION_FILES
public static final PeptideShakerCLIParams PEPTIDESHAKER_OUTPUT
public static final PeptideShakerCLIParams GUI
public static final PeptideShakerCLIParams ZIP
public static final PeptideShakerCLIParams OUTPUT_MGF
public static final PeptideShakerCLIParams THREADS
public String id
public String description
public boolean mandatory
public static PeptideShakerCLIParams[] values()
for (PeptideShakerCLIParams c : PeptideShakerCLIParams.values()) System.out.println(c);
public static PeptideShakerCLIParams valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static void createOptionsCLI(org.apache.commons.cli.Options aOptions)
aOptions - the options object where the options will be addedpublic static String getOptionsAsString()
Copyright © 2021. All rights reserved.