org.metaabm.act.util
Class MetaABMActXMLProcessor

java.lang.Object
  extended by org.eclipse.emf.ecore.xmi.util.XMLProcessor
      extended by org.metaabm.act.util.MetaABMActXMLProcessor

public class MetaABMActXMLProcessor
extends org.eclipse.emf.ecore.xmi.util.XMLProcessor


Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.xmi.util.XMLProcessor
ecoreBuilder, extendedMetaData, loadOptions, registrations, registry, saveOptions, STAR_EXTENSION, XML_EXTENSION, XML_URI
 
Constructor Summary
MetaABMActXMLProcessor()
          Public constructor to instantiate the helper.
 
Method Summary
protected  java.util.Map<java.lang.String,org.eclipse.emf.ecore.resource.Resource.Factory> getRegistrations()
          Register for "*" and "xml" file extensions the MetaABMActResourceFactoryImpl factory.
 
Methods inherited from class org.eclipse.emf.ecore.xmi.util.XMLProcessor
createEcoreBuilder, createExtendedMetaData, createResourceSet, getEPackageRegistry, getExtendedMetaData, load, load, load, load, save, save, save, saveToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaABMActXMLProcessor

public MetaABMActXMLProcessor()
Public constructor to instantiate the helper.

Method Detail

getRegistrations

protected java.util.Map<java.lang.String,org.eclipse.emf.ecore.resource.Resource.Factory> getRegistrations()
Register for "*" and "xml" file extensions the MetaABMActResourceFactoryImpl factory.

Overrides:
getRegistrations in class org.eclipse.emf.ecore.xmi.util.XMLProcessor