Package org.phyloref.jphyloref
Class JPhyloRef
java.lang.Object
org.phyloref.jphyloref.JPhyloRef
Main class for JPhyloRef. Contains a list of Commands, as well as the code for determining which
Command to execute.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERSION
Version of JPhyloRef.- See Also:
- Constant Field Values
-
-
Constructor Details
-
JPhyloRef
public JPhyloRef()
-
-
Method Details
-
execute
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
Main method for JPhyloRef. Creates the JPhyloRef instance and tells it to start processing the command line arguments.- Parameters:
args- Command line arguments
-