net.sf.jour
Class Config

java.lang.Object
  extended by net.sf.jour.Config

public class Config
extends java.lang.Object

Author:
michaellif

Field Summary
static java.lang.String DEFAULTCONFING_FILE
           
protected  boolean isDebug
           
protected static Logger log
           
 
Constructor Summary
Config()
           
Config(java.lang.String configFileName)
           
Config(java.net.URL configLocation)
           
 
Method Summary
protected  void checkUniqueAspect()
           
protected  ClassFilter createFilter(java.lang.String typedef)
           
 Instrumentor[] getAllInstrumentors()
           
 Instrumentor[] getInstrumentors(java.lang.String className)
           
protected  void initialize(java.net.URL configLocation)
           
 boolean isSetSerialVersionUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final Logger log

DEFAULTCONFING_FILE

public static final java.lang.String DEFAULTCONFING_FILE
See Also:
Constant Field Values

isDebug

protected boolean isDebug
Constructor Detail

Config

public Config()

Config

public Config(java.lang.String configFileName)

Config

public Config(java.net.URL configLocation)
Method Detail

initialize

protected void initialize(java.net.URL configLocation)

isSetSerialVersionUID

public boolean isSetSerialVersionUID()

checkUniqueAspect

protected void checkUniqueAspect()
                          throws ConfigException
Throws:
ConfigException

createFilter

protected ClassFilter createFilter(java.lang.String typedef)

getInstrumentors

public Instrumentor[] getInstrumentors(java.lang.String className)
                                throws InterceptorException
Throws:
InterceptorException

getAllInstrumentors

public Instrumentor[] getAllInstrumentors()


Copyright © 2004-2008 pyx4j.com. All Rights Reserved.