net.sf.panoptes.controller.digester
Class LoggerFactory

java.lang.Object
  |
  +--net.sf.panoptes.controller.digester.LoggerFactory
All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory

public class LoggerFactory
extends java.lang.Object
implements org.apache.commons.digester.ObjectCreationFactory

Author:
Dag Liodden

Constructor Summary
LoggerFactory(MainController mainController, LoggerRepository loggerRepository, ComponentRegistry componentRegistry)
           
 
Method Summary
 java.lang.Object createObject(org.xml.sax.Attributes attributes)
           
 org.apache.commons.digester.Digester getDigester()
           
 void setDigester(org.apache.commons.digester.Digester digester)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerFactory

public LoggerFactory(MainController mainController,
                     LoggerRepository loggerRepository,
                     ComponentRegistry componentRegistry)
Method Detail

createObject

public java.lang.Object createObject(org.xml.sax.Attributes attributes)
                              throws java.lang.Exception
Specified by:
createObject in interface org.apache.commons.digester.ObjectCreationFactory
java.lang.Exception

getDigester

public org.apache.commons.digester.Digester getDigester()
Specified by:
getDigester in interface org.apache.commons.digester.ObjectCreationFactory

setDigester

public void setDigester(org.apache.commons.digester.Digester digester)
Specified by:
setDigester in interface org.apache.commons.digester.ObjectCreationFactory


Copyright © 2003 . All Rights Reserved.