public interface ESResourceSelectionStrategy
ESResourceSelectionStrategy selects a resource from a given list of resources.| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.resource.Resource |
selectResource(List<org.eclipse.emf.ecore.resource.Resource> resources)
Selects a
Resource from a list of given resources. |
org.eclipse.emf.ecore.resource.Resource selectResource(List<org.eclipse.emf.ecore.resource.Resource> resources)
Resource from a list of given resources.resources - the resources to select a resource fromCopyright © 2017. All rights reserved.