public class XMLIOFileProxyAndFactory extends Object implements org.freehep.xml.io.XMLIOProxy, org.freehep.xml.io.XMLIOFactory
Constructor and Description |
---|
XMLIOFileProxyAndFactory() |
Modifier and Type | Method and Description |
---|---|
Object |
createObject(Class objClass) |
void |
restore(Object obj,
org.freehep.xml.io.XMLIOManager xmlioManager,
org.jdom.Element nodeEl) |
void |
save(Object obj,
org.freehep.xml.io.XMLIOManager xmlioManager,
org.jdom.Element nodeEl) |
Class[] |
XMLIOFactoryClasses() |
Class[] |
XMLIOProxyClasses() |
public Class[] XMLIOProxyClasses()
XMLIOProxyClasses
in interface org.freehep.xml.io.XMLIOProxy
public Class[] XMLIOFactoryClasses()
XMLIOFactoryClasses
in interface org.freehep.xml.io.XMLIOFactory
public void restore(Object obj, org.freehep.xml.io.XMLIOManager xmlioManager, org.jdom.Element nodeEl) throws IllegalArgumentException
restore
in interface org.freehep.xml.io.XMLIOProxy
IllegalArgumentException
public void save(Object obj, org.freehep.xml.io.XMLIOManager xmlioManager, org.jdom.Element nodeEl) throws IllegalArgumentException
save
in interface org.freehep.xml.io.XMLIOProxy
IllegalArgumentException
Copyright © 2016. All rights reserved.