Uses of Enum
eu.isas.peptideshaker.preferences.PeptideShakerPathParameters.PeptideShakerPathKey
Packages that use PeptideShakerPathParameters.PeptideShakerPathKey
-
Uses of PeptideShakerPathParameters.PeptideShakerPathKey in eu.isas.peptideshaker.preferences
Methods in eu.isas.peptideshaker.preferences that return PeptideShakerPathParameters.PeptideShakerPathKeyModifier and TypeMethodDescriptionPeptideShakerPathParameters.PeptideShakerPathKey.getKeyFromId(String id) Returns the key from its id.Returns the enum constant of this type with the specified name.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.PeptideShakerPathKeyModifier and TypeMethodDescriptionstatic 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.