org.apache.accumulo.core.util.shell
Class Shell.TraceCommand

java.lang.Object
  extended by org.apache.accumulo.core.util.shell.Shell.Command
      extended by org.apache.accumulo.core.util.shell.Shell.DebugCommand
          extended by org.apache.accumulo.core.util.shell.Shell.TraceCommand
Enclosing class:
Shell

public static class Shell.TraceCommand
extends Shell.DebugCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.core.util.shell.Shell.Command
Shell.Command.CompletionSet
 
Constructor Summary
Shell.TraceCommand()
           
 
Method Summary
 java.lang.String description()
           
 int execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.DebugCommand
numArgs, registerCompletion, usage
 
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.Command
getName, getOptions, getOptionsWithHelp, printHelp, registerCompletionForCommands, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shell.TraceCommand

public Shell.TraceCommand()
Method Detail

execute

public int execute(java.lang.String fullCommand,
                   org.apache.commons.cli.CommandLine cl,
                   Shell shellState)
            throws java.io.IOException
Overrides:
execute in class Shell.DebugCommand
Throws:
java.io.IOException

description

public java.lang.String description()
Overrides:
description in class Shell.DebugCommand


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