org.apache.blur.shell
Class ListTablesCommand

java.lang.Object
  extended by org.apache.blur.shell.Command
      extended by org.apache.blur.shell.ListTablesCommand

public class ListTablesCommand
extends Command


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.blur.shell.Command
Command.CommandException
 
Constructor Summary
ListTablesCommand()
           
 
Method Summary
 String description()
           
 void doit(PrintWriter out, Blur.Iface client, String[] args)
           
 String name()
           
 String usage()
           
 
Methods inherited from class org.apache.blur.shell.Command
getConsoleReader, help, helpWithDescription, setConsoleReader
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListTablesCommand

public ListTablesCommand()
Method Detail

doit

public void doit(PrintWriter out,
                 Blur.Iface client,
                 String[] args)
          throws Command.CommandException,
                 TException,
                 BlurException
Specified by:
doit in class Command
Throws:
Command.CommandException
TException
BlurException

description

public String description()
Specified by:
description in class Command

usage

public String usage()
Specified by:
usage in class Command

name

public String name()
Specified by:
name in class Command


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.