org.impalaframework.interactive.command
Class ShowModulesCommand

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

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

Command which dumps metadata on modules to System.out.

Author:
Phil Zoio

Constructor Summary
ShowModulesCommand()
           
 
Method Summary
 boolean execute(org.impalaframework.command.framework.CommandState commandState)
           
 org.impalaframework.command.framework.CommandDefinition getCommandDefinition()
           
(package private)  void printModuleInfo(org.impalaframework.module.RootModuleDefinition rootModuleDefinition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowModulesCommand

public ShowModulesCommand()
Method Detail

execute

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

printModuleInfo

void printModuleInfo(org.impalaframework.module.RootModuleDefinition rootModuleDefinition)

getCommandDefinition

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