|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompomicsTools | |
---|---|
com.compomics.util.enumeration | This package contains enumeration used by utilties. |
com.compomics.util.io | This package contains classes related to input/output. |
Uses of CompomicsTools in com.compomics.util.enumeration |
---|
Methods in com.compomics.util.enumeration that return CompomicsTools | |
---|---|
static CompomicsTools |
CompomicsTools.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CompomicsTools[] |
CompomicsTools.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of CompomicsTools in com.compomics.util.io |
---|
Methods in com.compomics.util.io with parameters of type CompomicsTools | |
---|---|
File |
PropertiesManager.getApplicationFolder(CompomicsTools aTool)
Get the application folder that contains the appropriate properties. |
Properties |
PropertiesManager.getProperties(CompomicsTools aTool,
String aPropertiesFileName)
Get a Properties instance for the parameter properties filename. |
void |
PropertiesManager.updateLog4jConfiguration(org.apache.log4j.Logger aLogger,
CompomicsTools aCompomicsTools)
This method will delete the log4j log file in the folder of the package and will create a log file in the CompomicsTools specific .compomics folder |
void |
PropertiesManager.updateProperties(CompomicsTools aTool,
String aPropertiesFileName,
Properties aNewProperties)
Update the content of a user properties instance to the ms_lims properties directory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |