Class DBDump

java.lang.Object
  extended by DBDump

public class DBDump
extends java.lang.Object

This class defines a utility that can be used to print out debug information from the contents of the SLAMD configuration database. It can be used to either print only keys or both print keys and values.

Author:
Neil A. Wilson

Constructor Summary
DBDump()
           
 
Method Summary
static void displayUsage()
          Displays usage information for this program.
static void main(java.lang.String[] args)
          Parses the command-line arguments, opens the database, and prints out the specified debug information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBDump

public DBDump()
Method Detail

main

public static void main(java.lang.String[] args)
Parses the command-line arguments, opens the database, and prints out the specified debug information.

Parameters:
args - The command-line arguments provided to this program.

displayUsage

public static void displayUsage()
Displays usage information for this program.