org.apache.accumulo.core.util.shell
Class ShellExtension

java.lang.Object
  extended by org.apache.accumulo.core.util.shell.ShellExtension

public abstract class ShellExtension
extends Object


Constructor Summary
ShellExtension()
           
 
Method Summary
abstract  Shell.Command[] getCommands()
           
abstract  String getExtensionName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellExtension

public ShellExtension()
Method Detail

getExtensionName

public abstract String getExtensionName()

getCommands

public abstract Shell.Command[] getCommands()


Copyright © 2015 Apache Accumulo Project. All rights reserved.