junit.quilt.cover.none
Class NoneRegistry

java.lang.Object
  |
  +--junit.quilt.util.Registry
        |
        +--junit.quilt.framework.QuiltRegistry
              |
              +--junit.quilt.cover.none.NoneRegistry

public class NoneRegistry
extends QuiltRegistry


Constructor Summary
NoneRegistry()
           
 
Method Summary
 void bind(java.lang.String className, java.lang.String methodName, NoneCollector none)
          Store a NoneCollector.
 NoneCollector lookup(java.lang.String className, java.lang.String methodName)
          Lookup a NoneCollector given the class and method.
protected  java.lang.ClassLoader newInstClassLoader(java.lang.String[] packages, java.net.URL[] path, java.lang.ClassLoader parent)
           
 
Methods inherited from class junit.quilt.framework.QuiltRegistry
addPackage, addPath, getCollector, getCollector, getInstClassLoader, getLevels, getPackages, getParentClassLoader, getPaths, registerCollector, removePackage, removePath, setLevels, setPackages, setParentClassLoader, setPaths
 
Methods inherited from class junit.quilt.util.Registry
addRegistryListener, get, get, getContents, getValues, register, removeRegistryListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoneRegistry

public NoneRegistry()
Method Detail

newInstClassLoader

protected java.lang.ClassLoader newInstClassLoader(java.lang.String[] packages,
                                                   java.net.URL[] path,
                                                   java.lang.ClassLoader parent)
Overrides:
newInstClassLoader in class QuiltRegistry

bind

public void bind(java.lang.String className,
                 java.lang.String methodName,
                 NoneCollector none)
Store a NoneCollector.
Parameters:
classname - Class name
methodname - Method name
b96 - a B96Collector value.

lookup

public NoneCollector lookup(java.lang.String className,
                            java.lang.String methodName)
Lookup a NoneCollector given the class and method.
Parameters:
className - Class Name.
methodName - Method Name.
Returns:
a NoneCollector associated with the method.


Copyright © 2001-2002 David Dixon-Peugh. All Rights Reserved.