org.sakaiproject.sitestats.impl.parser
Class ToolFactoryImpl

java.lang.Object
  extended by org.sakaiproject.sitestats.impl.parser.ToolFactoryImpl
All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory, ToolFactory

public class ToolFactoryImpl
extends Object
implements ToolFactory, org.apache.commons.digester.ObjectCreationFactory


Constructor Summary
ToolFactoryImpl()
           
 
Method Summary
 Object createObject(Attributes attributes)
           
 ToolInfo createTool(String toolId)
           
 ToolInfo createTool(String toolId, List<String> additionalToolIds)
           
 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

ToolFactoryImpl

public ToolFactoryImpl()
Method Detail

createTool

public ToolInfo createTool(String toolId)
Specified by:
createTool in interface ToolFactory

createTool

public ToolInfo createTool(String toolId,
                           List<String> additionalToolIds)
Specified by:
createTool in interface ToolFactory

createObject

public Object createObject(Attributes attributes)
                    throws Exception
Specified by:
createObject in interface org.apache.commons.digester.ObjectCreationFactory
Throws:
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 © 2006-2012 Universidade Fernando Pessoa. All Rights Reserved.