public class ToolFactoryImpl extends Object implements ToolFactory, org.apache.commons.digester.ObjectCreationFactory
| Constructor and Description |
|---|
ToolFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public ToolInfo createTool(String toolId)
createTool in interface ToolFactorypublic ToolInfo createTool(String toolId, List<String> additionalToolIds)
createTool in interface ToolFactorypublic Object createObject(Attributes attributes) throws Exception
createObject in interface org.apache.commons.digester.ObjectCreationFactoryExceptionpublic org.apache.commons.digester.Digester getDigester()
getDigester in interface org.apache.commons.digester.ObjectCreationFactorypublic void setDigester(org.apache.commons.digester.Digester digester)
setDigester in interface org.apache.commons.digester.ObjectCreationFactoryCopyright © 2006–2016 Universidade Fernando Pessoa. All rights reserved.