net.sf.jour.instrumentor
Class InstrumentorFactory

java.lang.Object
  extended bynet.sf.jour.instrumentor.InstrumentorFactory

public class InstrumentorFactory
extends java.lang.Object

TODO Add docs Contributing Author(s): Misha Lifschitz (Inital implementation) Vlad Skarzhevskyy (Inital implementation)

Version:
$Revision: 1.4 $ ($Author: vlads $) $Date: 2004/12/06 02:31:42 $
Author:
michaellif

Constructor Summary
InstrumentorFactory()
           
 
Method Summary
static Instrumentor createInstrumentor(java.lang.String instrumentor, PointcutListFilter pointcuts)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentorFactory

public InstrumentorFactory()
Method Detail

createInstrumentor

public static Instrumentor createInstrumentor(java.lang.String instrumentor,
                                              PointcutListFilter pointcuts)
                                       throws InterceptorException
DOCUMENT ME!

Parameters:
instrumentor - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
InterceptorException - DOCUMENT ME!


Copyright © 2004 sourceforge. All Rights Reserved.