|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.knipp.rritoolkit.test.Test.SequentialCommand
private static class Test.SequentialCommand
class that executes the given commands sequentially
Field Summary | |
---|---|
private Test.Command[] |
commands
the commands to execute |
Constructor Summary | |
---|---|
Test.SequentialCommand(Test.Command[] theCommands)
constructor |
Method Summary | |
---|---|
void |
execute(Port port)
execute the command |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Test.Command[] commands
Constructor Detail |
---|
public Test.SequentialCommand(Test.Command[] theCommands)
theCommands
- the commands to executeMethod Detail |
---|
public void execute(Port port) throws java.lang.Exception
execute
in interface Test.Command
port
- the port
java.lang.Exception
- if the execution failed for some reason
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |