public class PsProjectSection extends Object
| Constructor and Description |
|---|
PsProjectSection(ArrayList<com.compomics.util.io.export.ExportFeature> exportFeatures,
boolean indexes,
boolean header,
com.compomics.util.io.export.ExportWriter writer)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeSection(String experiment,
ProjectDetails projectDetails,
com.compomics.util.waiting.WaitingHandler waitingHandler)
Writes the desired section.
|
public PsProjectSection(ArrayList<com.compomics.util.io.export.ExportFeature> exportFeatures, boolean indexes, boolean header, com.compomics.util.io.export.ExportWriter writer)
exportFeatures - the features to export in this sectionindexes - indicates whether the line index should be writtenheader - indicates whether the table header should be writtenwriter - the writer which will write to the filepublic void writeSection(String experiment, ProjectDetails projectDetails, com.compomics.util.waiting.WaitingHandler waitingHandler) throws IOException
experiment - the experiment nameprojectDetails - the details of this projectwaitingHandler - the waiting handlerIOException - exception thrown whenever an error occurred while
writing the fileCopyright © 2021. All rights reserved.