Class JPhyloRef

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

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

    Fields
    Modifier and Type Field Description
    static java.lang.String VERSION
    Version of JPhyloRef.
  • Constructor Summary

    Constructors
    Constructor Description
    JPhyloRef()  
  • Method Summary

    Modifier and Type Method Description
    int execute​(java.lang.String[] args)
    Interpret the command line arguments to determine which command to execute.
    static void main​(java.lang.String[] args)
    Main method for JPhyloRef.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • VERSION

      public static final java.lang.String VERSION
      Version of JPhyloRef.
      See Also:
      Constant Field Values
  • Constructor Details

    • JPhyloRef

      public JPhyloRef()
  • Method Details

    • execute

      public int execute​(java.lang.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​(java.lang.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