org.eigenbase.test.concurrent
Class ConcurrentTestCommandScript.ShellCommand
java.lang.Object
   org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.AbstractCommand
org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.AbstractCommand
       org.eigenbase.test.concurrent.ConcurrentTestCommandScript.ShellCommand
org.eigenbase.test.concurrent.ConcurrentTestCommandScript.ShellCommand
- All Implemented Interfaces: 
- ConcurrentTestCommand
- Enclosing class:
- ConcurrentTestCommandScript
- private class ConcurrentTestCommandScript.ShellCommand 
- extends ConcurrentTestCommandGenerator.AbstractCommand
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
command
private final String command
argv
private List<String> argv
ConcurrentTestCommandScript.ShellCommand
private ConcurrentTestCommandScript.ShellCommand(String command)
hasWildcard
private boolean hasWildcard(String command)
- 
 
tokenize
private List<String> tokenize(String s)
- 
 
doExecute
protected void doExecute(ConcurrentTestCommandExecutor executor)
- 
- Specified by:
- doExecutein class- ConcurrentTestCommandGenerator.AbstractCommand
 
-