org.impalaframework.interactive.command
Class LoadTestClassContextCommand

java.lang.Object
  extended by org.impalaframework.interactive.command.LoadTestClassContextCommand
All Implemented Interfaces:
org.impalaframework.command.framework.Command

public class LoadTestClassContextCommand
extends java.lang.Object
implements org.impalaframework.command.framework.Command


Constructor Summary
LoadTestClassContextCommand()
           
 
Method Summary
 boolean execute(org.impalaframework.command.framework.CommandState commandState)
           
 org.impalaframework.command.framework.CommandDefinition getCommandDefinition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadTestClassContextCommand

public LoadTestClassContextCommand()
Method Detail

execute

public boolean execute(org.impalaframework.command.framework.CommandState commandState)
Specified by:
execute in interface org.impalaframework.command.framework.Command

getCommandDefinition

public org.impalaframework.command.framework.CommandDefinition getCommandDefinition()
Specified by:
getCommandDefinition in interface org.impalaframework.command.framework.Command