Class JForestsCommand


  • public class JForestsCommand
    extends CLITool
    • Constructor Detail

      • JForestsCommand

        public JForestsCommand()
    • Method Detail

      • commandname

        public java.lang.String commandname()
        Description copied from class: CLITool
        What commandname should this command respond to
        Overrides:
        commandname in class CLITool
      • helpsummary

        public java.lang.String helpsummary()
        Description copied from class: CLITool
        Returns a short sentence about what this command is for
        Overrides:
        helpsummary in class CLITool
      • run

        public int run​(java.lang.String[] args)
                throws java.lang.Exception
        Specified by:
        run in class CLITool
        Throws:
        java.lang.Exception
      • sourcepackage

        public java.lang.String sourcepackage()
        Overrides:
        sourcepackage in class CLITool
      • help

        public java.lang.String help()
        Description copied from class: CLITool
        Return a long message about how to use this command
        Overrides:
        help in class CLITool