Class UserCommand

  • All Implemented Interfaces:
    Command

    public class UserCommand
    extends Object
    implements Command
    • Field Summary

      Fields 
      Modifier and Type Field Description
      String user  
    • Constructor Summary

      Constructors 
      Constructor Description
      UserCommand​(Session session)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(CommandParser commandParser)
      Executes the command, after parsing arguments if necessary.
      • Methods inherited from class java.lang.Object

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

      • user

        public String user
    • Constructor Detail

      • UserCommand

        public UserCommand​(Session session)
    • Method Detail