Class Command

    • Constructor Summary

      Constructors 
      Constructor Description
      Command​(net.oijon.olog.Log log)
      Creates a command with log to which it should send messages
    • Constructor Detail

      • Command

        public Command​(net.oijon.olog.Log log)
        Creates a command with log to which it should send messages
        Parameters:
        log - The log to use
    • Method Detail

      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()
      • execute

        public void execute​(java.lang.String[] args)
      • helpPage

        public void helpPage()
      • getUserInput

        protected java.lang.String getUserInput()
      • run

        public abstract void run​(java.lang.String[] args)