org.apache.blur.shell
Class TopCommand

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

public class TopCommand
extends Command


Nested Class Summary
static class TopCommand.SCREEN
           
 
Nested classes/interfaces inherited from class org.apache.blur.shell.Command
Command.CommandException
 
Constructor Summary
TopCommand()
           
 
Method Summary
 String description()
           
 void doit(PrintWriter out, Blur.Iface client, String[] args)
           
 void doitInternal(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

TopCommand

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

doitInternal

public void doitInternal(PrintWriter out,
                         Blur.Iface client,
                         String[] args)
                  throws Command.CommandException,
                         TException,
                         BlurException
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.