org.apache.jackrabbit.jcr2spi.util
Interface Dumpable

All Known Subinterfaces:
EffectiveNodeTypeCache
All Known Implementing Classes:
ItemCacheImpl, ItemManagerImpl, NodeTypeManagerImpl, NodeTypeRegistryImpl

public interface Dumpable

Utility interface for internal use.

A Dumpable object supports dumping its state in a human readable format for diagnostic/debug purposes.


Method Summary
 void dump(PrintStream ps)
          Dumps the state of this instance in a human readable format for diagnostic purposes.
 

Method Detail

dump

void dump(PrintStream ps)
Dumps the state of this instance in a human readable format for diagnostic purposes.

Parameters:
ps - stream to dump state to


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.