Uses of Class
eu.isas.peptideshaker.preferences.PeptideShakerPathParameters.PeptideShakerPathKey
| Package | Description |
|---|---|
| eu.isas.peptideshaker.preferences |
Preferences settings.
|
-
Uses of PeptideShakerPathParameters.PeptideShakerPathKey in eu.isas.peptideshaker.preferences
Methods in eu.isas.peptideshaker.preferences that return PeptideShakerPathParameters.PeptideShakerPathKey Modifier and Type Method Description static PeptideShakerPathParameters.PeptideShakerPathKeyPeptideShakerPathParameters.PeptideShakerPathKey. getKeyFromId(String id)Returns the key from its id.static PeptideShakerPathParameters.PeptideShakerPathKeyPeptideShakerPathParameters.PeptideShakerPathKey. valueOf(String name)Returns the enum constant of this type with the specified name.static PeptideShakerPathParameters.PeptideShakerPathKey[]PeptideShakerPathParameters.PeptideShakerPathKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.isas.peptideshaker.preferences with parameters of type PeptideShakerPathParameters.PeptideShakerPathKey Modifier and Type Method Description static StringPeptideShakerPathParameters. getPathPreference(PeptideShakerPathParameters.PeptideShakerPathKey peptideShakerPathKey)Sets the path according to the given key and path.static voidPeptideShakerPathParameters. setPathPreference(PeptideShakerPathParameters.PeptideShakerPathKey peptideShakerPathKey, String path)Sets the path according to the given key and path.static voidPeptideShakerPathParameters. writePathToFile(com.compomics.util.io.flat.SimpleFileWriter writer, PeptideShakerPathParameters.PeptideShakerPathKey pathKey)Writes the path of interest using the provided buffered writer.