Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.modules.registry.manager
Class RegistryDebuggerHooks  view RegistryDebuggerHooks download RegistryDebuggerHooks.java

java.lang.Object
  extended bycom.flexstor.common.modules.registry.manager.RegistryDebuggerHooks

public class RegistryDebuggerHooks
extends java.lang.Object

This classes is only intended to be used by debug code, as it allows direct public access to the registry system's underlying collections.

Version:
3.0

Constructor Summary
RegistryDebuggerHooks()
           
 
Method Summary
 java.util.HashMap getCollection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryDebuggerHooks

public RegistryDebuggerHooks()
Method Detail

getCollection

public java.util.HashMap getCollection()