Class RuntimeResourceSetInitializer


  • public class RuntimeResourceSetInitializer
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getClassPathEntries()  
      IResourceDescriptions getDescriptions​(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)  
      org.eclipse.emf.ecore.resource.ResourceSet getInitializedResourceSet​(java.util.List<java.lang.String> pathes)  
      org.eclipse.emf.ecore.resource.ResourceSet getInitializedResourceSet​(java.util.List<java.lang.String> pathes, UriFilter filter)  
      protected com.google.common.collect.Multimap<java.lang.String,​org.eclipse.emf.common.util.URI> getPathToUriMap​(java.util.List<java.lang.String> pathes)  
      protected com.google.common.collect.Multimap<java.lang.String,​org.eclipse.emf.common.util.URI> getPathToUriMap​(java.util.List<java.lang.String> pathes, UriFilter filter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RuntimeResourceSetInitializer

        public RuntimeResourceSetInitializer()
    • Method Detail

      • getClassPathEntries

        public java.util.List<java.lang.String> getClassPathEntries()
      • getPathToUriMap

        protected com.google.common.collect.Multimap<java.lang.String,​org.eclipse.emf.common.util.URI> getPathToUriMap​(java.util.List<java.lang.String> pathes)
      • getPathToUriMap

        protected com.google.common.collect.Multimap<java.lang.String,​org.eclipse.emf.common.util.URI> getPathToUriMap​(java.util.List<java.lang.String> pathes,
                                                                                                                             UriFilter filter)
      • getInitializedResourceSet

        public org.eclipse.emf.ecore.resource.ResourceSet getInitializedResourceSet​(java.util.List<java.lang.String> pathes)
      • getInitializedResourceSet

        public org.eclipse.emf.ecore.resource.ResourceSet getInitializedResourceSet​(java.util.List<java.lang.String> pathes,
                                                                                    UriFilter filter)
      • getDescriptions

        public IResourceDescriptions getDescriptions​(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)