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

Public Member Functions

 ChangePassword (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 ChangePassword.java.

Constructor & Destructor Documentation

◆ ChangePassword()

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

Definition at line 26 of file ChangePassword.java.

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

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