|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.knipp.rritoolkit.test.Test.SingleCommand
private static class Test.SingleCommand
class that executes a single command
Field Summary | |
---|---|
private java.lang.String[] |
command
the command |
Constructor Summary | |
---|---|
Test.SingleCommand(java.lang.String[] theCommand)
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 java.lang.String[] command
Constructor Detail |
---|
public Test.SingleCommand(java.lang.String[] theCommand)
theCommand
- the command 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 |