Class LoginCommand

java.lang.Object
de.swa.ui.command.AbstractCommand
de.swa.ui.command.LoginCommand

public class LoginCommand
extends AbstractCommand
class to encapsulate the Export Command
  • Constructor Summary

    Constructors 
    Constructor Description
    LoginCommand​(java.lang.String host, java.lang.String port, java.lang.String pass)  
  • Method Summary

    Modifier and Type Method Description
    void execute()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LoginCommand

      public LoginCommand​(java.lang.String host, java.lang.String port, java.lang.String pass)
  • Method Details