|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of the command the result belongs to.
public interface Command<T extends Command<T>>
A command to be run against a target.
Method Summary | |
---|---|
void |
execute(CiSystem target) Executes the command. |
Method Detail |
---|
void execute(CiSystem target) throws CommandException
target
- the target to execute the command against.
CommandException
- signals problems encountered while executing the command.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |