net.sf.jour
Class Config

java.lang.Object
  extended bynet.sf.jour.Config

public class Config
extends java.lang.Object

Author:
michaellif TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static java.lang.String CONFING_FILE
           
protected static org.apache.log4j.Logger log
           
 
Method Summary
protected  void checkUniqueAspect()
           
protected  ClassFilter createFilter(java.lang.String typedef)
           
static Config getInstance()
           
static Instrumentor[] getInstrumentors(java.lang.String className)
          DOCUMENT ME!
protected  void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.log4j.Logger log

CONFING_FILE

public static final java.lang.String CONFING_FILE
See Also:
Constant Field Values
Method Detail

getInstance

public static Config getInstance()
                          throws InterceptorException
Throws:
InterceptorException

initialize

protected void initialize()
                   throws InterceptorException
Throws:
InterceptorException

checkUniqueAspect

protected void checkUniqueAspect()
                          throws ConfigException
Throws:
ConfigException

createFilter

protected ClassFilter createFilter(java.lang.String typedef)

getInstrumentors

public static Instrumentor[] getInstrumentors(java.lang.String className)
                                       throws InterceptorException
DOCUMENT ME!

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


Copyright © 2004 sourceforge. All Rights Reserved.