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

Public Member Functions

 SetForwarding (String user, String forward)
 
- 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 SetForwarding.java.

Constructor & Destructor Documentation

◆ SetForwarding()

org.turro.elephant.james.SetForwarding.SetForwarding ( String  user,
String  forward 
)

Definition at line 26 of file SetForwarding.java.

26  {
27  super("setforwarding " + user + " " + forward);
28  }

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