Package | Description |
---|---|
com.compomics.util.preferences |
Modifier and Type | Method and Description |
---|---|
static UtilitiesPathPreferences.UtilitiesPathKey |
UtilitiesPathPreferences.UtilitiesPathKey.getKeyFromId(String id)
Returns the key from its id.
|
static UtilitiesPathPreferences.UtilitiesPathKey |
UtilitiesPathPreferences.UtilitiesPathKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UtilitiesPathPreferences.UtilitiesPathKey[] |
UtilitiesPathPreferences.UtilitiesPathKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
UtilitiesPathPreferences.setPathPreference(UtilitiesPathPreferences.UtilitiesPathKey utilitiesPathKey,
String path)
Sets the path according to the given key and path.
|
static void |
UtilitiesPathPreferences.writePathToFile(BufferedWriter bw,
UtilitiesPathPreferences.UtilitiesPathKey pathKey)
Writes the path of interest using the provided buffered writer.
|
Copyright © 2014. All rights reserved.