org.apache.jcs.auxiliary.disk.indexed
Class IndexedDiskDumper

java.lang.Object
  extended byorg.apache.jcs.auxiliary.disk.indexed.IndexedDiskDumper

public class IndexedDiskDumper
extends java.lang.Object

Used to dump out a Disk cache from disk for debugging.


Constructor Summary
IndexedDiskDumper()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program for the DiskDumper class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedDiskDumper

public IndexedDiskDumper()
Method Detail

main

public static void main(java.lang.String[] args)
The main program for the DiskDumper class

Parameters:
args - The command line arguments


Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.