uk.ac.ucl.cs.emofocl.hutn.jmi
Class HUTNConfigurationXMIWriter
java.lang.Object
uk.ac.ucl.cs.emofocl.hutn.jmi.HUTNConfigurationXMIWriter
- All Implemented Interfaces:
- javax.jmi.xmi.XmiWriter
public class HUTNConfigurationXMIWriter
- extends Object
- implements javax.jmi.xmi.XmiWriter
Field Summary |
static Logger |
LOGGER
Logger object is public because it is used by class proxies to report
errors during writing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
public static Logger LOGGER
- Logger object is public because it is used by class proxies to report
errors during writing.
HUTNConfigurationXMIWriter
public HUTNConfigurationXMIWriter()
write
public void write(OutputStream stream,
javax.jmi.reflect.RefPackage extent,
String xmiVersion)
throws IOException
- Specified by:
write
in interface javax.jmi.xmi.XmiWriter
- Throws:
IOException
write
public void write(OutputStream stream,
Collection objects,
String xmiVersion)
throws IOException
- Specified by:
write
in interface javax.jmi.xmi.XmiWriter
- Throws:
IOException