hep.wired.plugin
Class AbstractXMLIOFactory
java.lang.Object
hep.wired.plugin.AbstractXMLIOFactory
- All Implemented Interfaces:
- org.freehep.xml.io.XMLIOFactory
- Direct Known Subclasses:
- WiredXMLIOFactory
public abstract class AbstractXMLIOFactory
- extends Object
- implements org.freehep.xml.io.XMLIOFactory
Factory to create objects by calling the default constructor.
Should maybe move to FreeHEP (xml.io)
- Version:
- $Id: AbstractXMLIOFactory.java 8598 2006-08-14 20:38:02Z duns $
- Author:
- Mark Donszelmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.freehep.xml.io.XMLIOFactory |
XMLIOFactoryClasses |
AbstractXMLIOFactory
public AbstractXMLIOFactory()
createObject
public Object createObject(Class cls)
- Specified by:
createObject
in interface org.freehep.xml.io.XMLIOFactory
Copyright © 1996-2013 FreeHEP. All Rights Reserved.