org.apache.blur.shell
Class QueryCommandOld

java.lang.Object
  extended by org.apache.blur.shell.Command
      extended by org.apache.blur.shell.QueryCommandOld
All Implemented Interfaces:
TableFirstArgCommand

public class QueryCommandOld
extends Command
implements TableFirstArgCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.blur.shell.Command
Command.CommandException
 
Constructor Summary
QueryCommandOld()
           
 
Method Summary
 String description()
           
 void doit(PrintWriter outPw, 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

QueryCommandOld

public QueryCommandOld()
Method Detail

doit

public void doit(PrintWriter outPw,
                 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.