Enum PeptideShakerPathParameters.PeptideShakerPathKey
java.lang.Object
java.lang.Enum<PeptideShakerPathParameters.PeptideShakerPathKey>
eu.isas.peptideshaker.preferences.PeptideShakerPathParameters.PeptideShakerPathKey
- All Implemented Interfaces:
com.compomics.software.settings.PathKey,Serializable,Comparable<PeptideShakerPathParameters.PeptideShakerPathKey>,java.lang.constant.Constable
- Enclosing class:
PeptideShakerPathParameters
public static enum PeptideShakerPathParameters.PeptideShakerPathKey
extends Enum<PeptideShakerPathParameters.PeptideShakerPathKey>
implements com.compomics.software.settings.PathKey
Enum of the paths which can be set in PeptideShaker.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe folder to use for cms files.Directory where identification matches are temporarily saved to reduce the memory footprint.Folder containing the user custom exports file.Folder containing the PeptideShaker user preferences file.The folder to use when unzipping files. -
Method Summary
Modifier and TypeMethodDescriptiongetId()getKeyFromId(String id) Returns the key from its id.Returns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
matchesDirectory
Directory where identification matches are temporarily saved to reduce the memory footprint. -
peptideShakerPreferences
Folder containing the PeptideShaker user preferences file. -
peptideShakerExports
Folder containing the user custom exports file. -
unzipFolder
The folder to use when unzipping files. -
cmsFolder
The folder to use for cms files.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getId
- Specified by:
getIdin interfacecom.compomics.software.settings.PathKey
-
getDescription
- Specified by:
getDescriptionin interfacecom.compomics.software.settings.PathKey
-
getKeyFromId
Returns the key from its id. Null if not found.- Parameters:
id- the id of the key of interest- Returns:
- the key of interest
-