Uses of Class
com.compomics.util.enumeration.CompomicsTools
Package | Description |
---|---|
com.compomics.util.enumeration |
Enumeration used by compomics-utilities.
|
com.compomics.util.io |
Classes related to input/output.
|
-
Uses of CompomicsTools in com.compomics.util.enumeration
Methods in com.compomics.util.enumeration that return CompomicsTools Modifier and Type Method Description 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 Modifier and Type Method Description 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 foldervoid
PropertiesManager. updateProperties(CompomicsTools aTool, String aPropertiesFileName, Properties aNewProperties)
Update the content of a user properties instance to the ms_lims properties directory.