org.impalaframework.interactive.command
Class BaseLoadDefinitionCommand

java.lang.Object
  extended by org.impalaframework.interactive.command.BaseLoadDefinitionCommand
All Implemented Interfaces:
org.impalaframework.command.framework.Command
Direct Known Subclasses:
LoadDefinitionFromClassCommand, LoadDefinitionFromClassNameCommand

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


Constructor Summary
BaseLoadDefinitionCommand()
           
 
Method Summary
protected  void doLoad(org.impalaframework.command.framework.CommandState commandState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.impalaframework.command.framework.Command
execute, getCommandDefinition
 

Constructor Detail

BaseLoadDefinitionCommand

public BaseLoadDefinitionCommand()
Method Detail

doLoad

protected void doLoad(org.impalaframework.command.framework.CommandState commandState)