BrightSide Workbench Full Report + Source Code
org.turro.elephant.james.AddUser Class Reference
Inheritance diagram for org.turro.elephant.james.AddUser:
Collaboration diagram for org.turro.elephant.james.AddUser:

Public Member Functions

 AddUser (String user, String password)
 
- Public Member Functions inherited from org.turro.elephant.james.JamesCommand
 JamesCommand (String command)
 
String getCommand ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 24 of file AddUser.java.

Constructor & Destructor Documentation

◆ AddUser()

org.turro.elephant.james.AddUser.AddUser ( String  user,
String  password 
)

Definition at line 26 of file AddUser.java.

26  {
27  super("adduser " + user + " " + password);
28  }

The documentation for this class was generated from the following file: