Uses of Enum
com.compomics.util.enumeration.CompomicsTools
Packages that use CompomicsTools
Package
Description
Enumeration used by compomics-utilities.
Classes related to input/output.
-
Uses of CompomicsTools in com.compomics.util.enumeration
Methods in com.compomics.util.enumeration that return CompomicsToolsModifier and TypeMethodDescriptionstatic CompomicsToolsReturns 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 CompomicsToolsModifier and TypeMethodDescriptionPropertiesManager.getApplicationFolder(CompomicsTools aTool) Get the application folder that contains the appropriate properties.PropertiesManager.getProperties(CompomicsTools aTool, String aPropertiesFileName) Get a Properties instance for the parameter properties filename.voidPropertiesManager.updateLog4jConfiguration(org.apache.logging.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 foldervoidPropertiesManager.updateProperties(CompomicsTools aTool, String aPropertiesFileName, Properties aNewProperties) Update the content of a user properties instance to the ms_lims properties directory.