Class ReportCLI

All Implemented Interfaces:
AutoCloseable

public class ReportCLI
extends PsdbParent
This class performs the command line export of reports in command line.
Author:
Marc Vaudel
  • Constructor Details

    • ReportCLI

      public ReportCLI​(ReportCLIInputBean reportCLIInputBean)
      Construct a new ReportCLI runnable from a ReportCLI Bean. When initialization is successful, calling "run" will open the PeptideShaker project and write the desired output files.
      Parameters:
      reportCLIInputBean - the input bean
  • Method Details