uk.ac.ucl.cs.emofocl.hutn.jmi
Class HUTNConfigurationXMIReader
java.lang.Object
uk.ac.ucl.cs.emofocl.hutn.jmi.HUTNConfigurationXMIReader
- All Implemented Interfaces:
- javax.jmi.xmi.XmiReader
public class HUTNConfigurationXMIReader
- extends Object
- implements javax.jmi.xmi.XmiReader
An XMI reader.
Field Summary |
static Logger |
LOGGER
Logger object is public because it is used by class proxies to report
errors during reading. |
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 reading.
HUTNConfigurationXMIReader
public HUTNConfigurationXMIReader()
read
public Collection read(String URI,
javax.jmi.reflect.RefPackage extent)
throws IOException,
javax.jmi.xmi.MalformedXMIException
- Specified by:
read
in interface javax.jmi.xmi.XmiReader
- Throws:
IOException
javax.jmi.xmi.MalformedXMIException
read
public Collection read(InputStream stream,
String URI,
javax.jmi.reflect.RefPackage extent)
throws IOException,
javax.jmi.xmi.MalformedXMIException
- Specified by:
read
in interface javax.jmi.xmi.XmiReader
- Throws:
IOException
javax.jmi.xmi.MalformedXMIException