Class Starter


  • public class Starter
    extends Command
    Author:
    Simon Walter , Markus Neumann
    • Constructor Detail

      • Starter

        public Starter()
    • Method Detail

      • main

        public static void main​(String[] args)
      • execute

        protected void execute()
                        throws CmdRunException,
                               org.kohsuke.args4j.CmdLineException
        Description copied from class: Command
        Each subclass should implement an execute methode to implement its behaviour.
        Specified by:
        execute in class Command
        Throws:
        org.kohsuke.args4j.CmdLineException
        CmdRunException
      • validate

        protected void validate​(org.kohsuke.args4j.CmdLineParser parser)
                         throws org.kohsuke.args4j.CmdLineException
        Specified by:
        validate in class Command
        Throws:
        org.kohsuke.args4j.CmdLineException
      • getDescription

        protected String getDescription()
        Description copied from class: Command
        Returns the description (used for the usage) of the command.
        Specified by:
        getDescription in class Command
        Returns:
        the command's description (used for the usage).
      • printUsage

        public void printUsage()
        Description copied from class: Command
        Prints the usage of the command.
        Overrides:
        printUsage in class Command