junit.quilt.cover.ball94
Class B94Registry

java.lang.Object
  |
  +--junit.quilt.util.Registry
        |
        +--junit.quilt.framework.QuiltRegistry
              |
              +--junit.quilt.cover.ball94.B94Registry

public class B94Registry
extends QuiltRegistry


Constructor Summary
B94Registry()
           
 
Method Summary
 void bind(java.lang.String className, java.lang.String methodName, B94Collector b94)
          Store a B94Collector.
 B94Collector lookup(java.lang.String className, java.lang.String methodName)
          Lookup a B94Collector 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

B94Registry

public B94Registry()
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,
                 B94Collector b94)
Store a B94Collector.
Parameters:
classname - Class name
methodname - Method name
b94 - a B94Collector value.

lookup

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


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