org.pf.joi
Class InspectorRegistry

java.lang.Object
  extended by org.pf.plugin.ClassRegistry<T>
      extended by org.pf.joi.InspectorRegistry

public class InspectorRegistry
extends org.pf.plugin.ClassRegistry<T>

Special registry for inspector mappings because of special checking if an inspector can be used.

Version:
1.0
Author:
M.Duchrow

Method Summary
 java.lang.String[] keys()
           
 
Methods inherited from class org.pf.plugin.ClassRegistry
classes, classNames, getClass, getClassInfo, getClassName, newInstance, put, put, register, register, remove, values
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

keys

public java.lang.String[] keys()
Overrides:
keys in class org.pf.plugin.ClassRegistry<T>