Uses of Enum
com.compomics.software.settings.UtilitiesPathParameters.UtilitiesPathKey
Packages that use UtilitiesPathParameters.UtilitiesPathKey
-
Uses of UtilitiesPathParameters.UtilitiesPathKey in com.compomics.software.settings
Methods in com.compomics.software.settings that return UtilitiesPathParameters.UtilitiesPathKeyModifier and TypeMethodDescriptionUtilitiesPathParameters.UtilitiesPathKey.getKeyFromId(String id) Returns the key from its id.Returns the enum constant of this type with the specified name.UtilitiesPathParameters.UtilitiesPathKey.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.software.settings with parameters of type UtilitiesPathParameters.UtilitiesPathKeyModifier and TypeMethodDescriptionstatic StringUtilitiesPathParameters.getPathParameter(UtilitiesPathParameters.UtilitiesPathKey utilitiesPathKey) Returns the path according to the given key and path.static voidUtilitiesPathParameters.setPathParameter(UtilitiesPathParameters.UtilitiesPathKey utilitiesPathKey, String path) Sets the path according to the given key and path.static voidUtilitiesPathParameters.writePathToFile(BufferedWriter bw, UtilitiesPathParameters.UtilitiesPathKey pathKey) Writes the path of interest using the provided buffered writer.