org.eclipse.xtext.xtend2.lib
Class ResourceExtensions

java.lang.Object
  extended by org.eclipse.xtext.xtend2.lib.ResourceExtensions

Deprecated.

@Deprecated
public class ResourceExtensions
extends java.lang.Object

This is an extension library for EMF resources.

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
ResourceExtensions()
          Deprecated.  
 
Method Summary
static java.lang.Iterable<org.eclipse.emf.ecore.EObject> allContentsIterable(org.eclipse.emf.ecore.resource.Resource resource)
          Deprecated. use IteratorExtensions.toIterable(Iterator)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceExtensions

public ResourceExtensions()
Deprecated. 
Method Detail

allContentsIterable

@Deprecated
public static java.lang.Iterable<org.eclipse.emf.ecore.EObject> allContentsIterable(org.eclipse.emf.ecore.resource.Resource resource)
Deprecated. use IteratorExtensions.toIterable(Iterator)