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
-
Enum Constant Summary
Enum Constants Enum Constant Description cmsFolderThe folder to use for cms files.matchesDirectoryDirectory where identification matches are temporarily saved to reduce the memory footprint.peptideShakerExportsFolder containing the user custom exports file.peptideShakerPreferencesFolder containing the PeptideShaker user preferences file.unzipFolderThe folder to use when unzipping files. -
Method Summary
Modifier and Type Method Description StringgetDescription()StringgetId()static PeptideShakerPathParameters.PeptideShakerPathKeygetKeyFromId(String id)Returns the key from its id.static PeptideShakerPathParameters.PeptideShakerPathKeyvalueOf(String name)Returns the enum constant of this type with the specified name.static PeptideShakerPathParameters.PeptideShakerPathKey[]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
-