org.mactor.framework.commandexecutors.shell
Class ShellValueCommandExecutor

java.lang.Object
  extended by org.mactor.framework.commandexecutors.shell.ShellValueCommandExecutor
All Implemented Interfaces:
ValueCommandExecutor

public class ShellValueCommandExecutor
extends java.lang.Object
implements ValueCommandExecutor


Constructor Summary
ShellValueCommandExecutor(java.lang.String command, java.util.List<java.lang.String> params)
           
 
Method Summary
 java.lang.String extractValue(TestContextImpl context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellValueCommandExecutor

public ShellValueCommandExecutor(java.lang.String command,
                                 java.util.List<java.lang.String> params)
Method Detail

extractValue

public java.lang.String extractValue(TestContextImpl context)
                              throws MactorException
Specified by:
extractValue in interface ValueCommandExecutor
Throws:
MactorException


Copyright © 2008. All Rights Reserved.