Class EnzymesCLI

java.lang.Object
com.compomics.cli.enzymes.EnzymesCLI

public class EnzymesCLI extends Object
Command line to manage the enzymes.
Author:
Marc Vaudel, Harald Barsnes
  • Constructor Details

    • EnzymesCLI

      public EnzymesCLI(EnzymesCLIInputBean enzymesCLIInputBean)
      Constructor.
      Parameters:
      enzymesCLIInputBean - the parsed command line input
  • Method Details

    • main

      public static void main(String[] args)
      Main method for the EnzymeCLI.
      Parameters:
      args - the command line arguments
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • call

      public Object call()
      Calling this method will run the process.
      Returns:
      returns 1 if the process was canceled or an error was encountered