org.eodisp.hla.crc.omt.util
Class OmtLoader

java.lang.Object
  extended by org.eodisp.hla.crc.omt.util.OmtLoader

public class OmtLoader
extends java.lang.Object

Version:
$Id:$
Author:
ibirrer

Method Summary
static org.eclipse.emf.ecore.resource.Resource loadOmtFromFile(java.io.File file)
          Loads the given file into an EMF resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadOmtFromFile

public static org.eclipse.emf.ecore.resource.Resource loadOmtFromFile(java.io.File file)
Loads the given file into an EMF resource. If any error occurs during the load, System.exit(-1) is called. Warnings are printed to System.err.

Parameters:
file -
Returns: