org.impalaframework.interactive.command
Class ShowModulesCommand
java.lang.Object
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
|
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 |
ShowModulesCommand
public ShowModulesCommand()
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