Class CmsFolder
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 Summary
Constructors Constructor Description CmsFolder()
-
Method Summary
Modifier and Type Method Description static String
getParentFolder()
Returns the parent folder where to write cms files.static String
getSubFolder()
Returns the sub-folder where to write cms files.static void
setParentFolder(String newParentFolder)
Sets the parent folder where to write cms files to.
-
Constructor Details
-
CmsFolder
public CmsFolder()
-
-
Method Details
-
getParentFolder
Returns the parent folder where to write cms files. Null if not set.- Returns:
- The parent folder where to write cms files.
-
getSubFolder
Returns the sub-folder where to write cms files. Null if not set.- Returns:
- the sub-folder where to write cms files
-
setParentFolder
Sets the parent folder where to write cms files to.- Parameters:
newParentFolder
- The parent folder where to write cms files to.
-