Uses of Enum
eu.isas.reporter.preferences.ReporterPathPreferences.ReporterPathKey
Packages that use ReporterPathPreferences.ReporterPathKey
-
Uses of ReporterPathPreferences.ReporterPathKey in eu.isas.reporter.preferences
Methods in eu.isas.reporter.preferences that return ReporterPathPreferences.ReporterPathKeyModifier and TypeMethodDescriptionReporterPathPreferences.ReporterPathKey.getKeyFromId(String id) Returns the key from its id.Returns the enum constant of this type with the specified name.ReporterPathPreferences.ReporterPathKey.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.isas.reporter.preferences with parameters of type ReporterPathPreferences.ReporterPathKeyModifier and TypeMethodDescriptionstatic StringReporterPathPreferences.getPathPreference(ReporterPathPreferences.ReporterPathKey reporterPathKey, String jarFilePath) Returns the path according to the given key and path.static voidReporterPathPreferences.setPathPreference(ReporterPathPreferences.ReporterPathKey reporterPathKey, String path) Sets the path according to the given key and path.static voidReporterPathPreferences.writePathToFile(com.compomics.util.io.flat.SimpleFileWriter writer, ReporterPathPreferences.ReporterPathKey pathKey) Writes the path of interest using the provided buffered writer.