org.impalaframework.interactive.command
Class RepairCommand

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

public class RepairCommand
extends java.lang.Object
implements org.impalaframework.command.framework.TextParsingCommand


Constructor Summary
RepairCommand()
           
 
Method Summary
 boolean execute(org.impalaframework.command.framework.CommandState commandState)
           
 void extractText(java.lang.String[] text, 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

RepairCommand

public RepairCommand()
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

extractText

public void extractText(java.lang.String[] text,
                        org.impalaframework.command.framework.CommandState commandState)
Specified by:
extractText in interface org.impalaframework.command.framework.TextParsingCommand