Package | Description |
---|---|
com.compomics.software.settings |
Settings for compomics-utilities tools.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.