org.apache.directory.server.tools
Class IndexCommand

java.lang.Object
  extended by org.apache.directory.server.tools.ToolCommand
      extended by org.apache.directory.server.tools.IndexCommand

public class IndexCommand
extends ToolCommand

Simple tool used to dump the contents of a jdbm based partition.

Version:
$Rev: 442600 $
Author:
Apache Directory Project

Constructor Summary
IndexCommand()
           
 
Method Summary
 void execute(CommandLine cmdline)
           
 Options getOptions()
           
 
Methods inherited from class org.apache.directory.server.tools.ToolCommand
getConfiguration, getLayout, getName, getVersion, isDebugEnabled, isQuietEnabled, isVerboseEnabled, setConfiguration, setDebugEnabled, setLayout, setLayout, setQuietEnabled, setVerboseEnabled, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexCommand

public IndexCommand()
Method Detail

execute

public void execute(CommandLine cmdline)
             throws java.lang.Exception
Specified by:
execute in class ToolCommand
Throws:
java.lang.Exception

getOptions

public Options getOptions()
Specified by:
getOptions in class ToolCommand