Uses of Class
com.compomics.software.settings.UtilitiesPathParameters.UtilitiesPathKey
Package | Description |
---|---|
com.compomics.software.settings |
Settings for compomics-utilities tools.
|
-
Uses of UtilitiesPathParameters.UtilitiesPathKey in com.compomics.software.settings
Methods in com.compomics.software.settings that return UtilitiesPathParameters.UtilitiesPathKey Modifier and Type Method Description static UtilitiesPathParameters.UtilitiesPathKey
UtilitiesPathParameters.UtilitiesPathKey. getKeyFromId(String id)
Returns the key from its id.static UtilitiesPathParameters.UtilitiesPathKey
UtilitiesPathParameters.UtilitiesPathKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static UtilitiesPathParameters.UtilitiesPathKey[]
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.UtilitiesPathKey Modifier and Type Method Description static String
UtilitiesPathParameters. getPathParameter(UtilitiesPathParameters.UtilitiesPathKey utilitiesPathKey)
Returns the path according to the given key and path.static void
UtilitiesPathParameters. setPathParameter(UtilitiesPathParameters.UtilitiesPathKey utilitiesPathKey, String path)
Sets the path according to the given key and path.static void
UtilitiesPathParameters. writePathToFile(BufferedWriter bw, UtilitiesPathParameters.UtilitiesPathKey pathKey)
Writes the path of interest using the provided buffered writer.