Class JPhyloRef

java.lang.Object
org.phyloref.jphyloref.JPhyloRef

public class JPhyloRef extends Object
Main class for JPhyloRef. Contains a list of Commands, as well as the code for determining which Command to execute.
  • Field Details

  • Constructor Details

    • JPhyloRef

      public JPhyloRef()
  • Method Details

    • execute

      public int execute(String[] args)
      Interpret the command line arguments to determine which command to execute.
      Parameters:
      args - Command line arguments
      Returns:
      The exit code to return to the shell (0 = success, other values = errors).
    • main

      public static void main(String[] args)
      Main method for JPhyloRef. Creates the JPhyloRef instance and tells it to start processing the command line arguments.
      Parameters:
      args - Command line arguments