Class EMFInjector

  • All Implemented Interfaces:
    IInjector

    public class EMFInjector
    extends java.lang.Object
    implements IInjector
    The EMF implementation of the IInjector interface.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String OPTION_LOAD_ON_DEMAND
      EMF loadOnDemand option.
    • Constructor Summary

      Constructors 
      Constructor Description
      EMFInjector()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void inject​(IModel targetModel, java.io.InputStream source, java.util.Map<java.lang.String,​java.lang.Object> options)
      Injects data into an IModel using the given options.
      void inject​(IModel targetModel, java.io.Reader source, java.util.Map<java.lang.String,​java.lang.Object> options)
      Injects data into an IModel using the given options.
      void inject​(IModel targetModel, java.lang.String source)
      Injects data into an IModel using default options.
      void inject​(IModel targetModel, java.lang.String source, java.util.Map<java.lang.String,​java.lang.Object> options)
      Injects data into an IModel using the given options.
      void inject​(IModel targetModel, org.eclipse.emf.ecore.resource.Resource mainResource)
      Injects data into an IModel from a Resource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait