java.lang.Object
com.compomics.util.experiment.io.mass_spectrometry.cms.CmsFolder

public class CmsFolder
extends Object
Placeholder for the temp folder to use for cms files.
Author:
Marc Vaudel
  • Constructor Details

  • Method Details

    • getParentFolder

      public static String getParentFolder()
      Returns the parent folder where to write cms files. Null if not set.
      Returns:
      The parent folder where to write cms files.
    • getSubFolder

      public static String getSubFolder()
      Returns the sub-folder where to write cms files. Null if not set.
      Returns:
      the sub-folder where to write cms files
    • setParentFolder

      public static void setParentFolder​(String newParentFolder)
      Sets the parent folder where to write cms files to.
      Parameters:
      newParentFolder - The parent folder where to write cms files to.