|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of the implementing class.E - type of execution container responsible for management of runtime
information for this command type.public interface ICommand<T extends ICommand<?,E>,E extends ICommandExecutionContainer<?,?,?>>
Interface describing a command that can be executed by a ICommandPipe
.
| Method Summary | |
|---|---|
T |
copy()
Creates a deep copy of the command. |
String |
getDescription()
Gets the textual description of the command. |
T |
setDescription(String description)
Sets textual description for the command. |
| Method Detail |
|---|
T setDescription(String description)
description - description to set.
String getDescription()
T copy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||