Class ImportUriGlobalScopeProvider.URICollector

    • Constructor Summary

      Constructors 
      Constructor Description
      URICollector​(org.eclipse.emf.ecore.resource.ResourceSet resourceSet, java.util.Set<org.eclipse.emf.common.util.URI> result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(java.lang.String uriAsString)  
      org.eclipse.emf.common.util.URI resolve​(java.lang.String uriAsString)  
      • Methods inherited from class java.lang.Object

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

      • URICollector

        public URICollector​(org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
                            java.util.Set<org.eclipse.emf.common.util.URI> result)
    • Method Detail

      • resolve

        public org.eclipse.emf.common.util.URI resolve​(java.lang.String uriAsString)
                                                throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException
      • accept

        public void accept​(java.lang.String uriAsString)
        Specified by:
        accept in interface org.eclipse.xtext.util.IAcceptor<java.lang.String>