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

Public Member Functions

 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 JamesCommand.java.

Constructor & Destructor Documentation

◆ JamesCommand()

org.turro.elephant.james.JamesCommand.JamesCommand ( String  command)

Definition at line 28 of file JamesCommand.java.

28  {
29  this.command = command;
30  }

Member Function Documentation

◆ getCommand()

String org.turro.elephant.james.JamesCommand.getCommand ( )

Definition at line 32 of file JamesCommand.java.

32  {
33  return command;
34  }
Here is the caller graph for this function:

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