public interface ILogicalResource
Modifier and Type | Method and Description |
---|---|
boolean |
contains(org.eclipse.emf.ecore.resource.Resource resource)
Tests if the specified resource is part of this logical resource.
|
java.util.List<org.eclipse.emf.ecore.resource.Resource> |
getAllFragments()
Returns list of all fragments (loaded and unloaded).
|
java.util.List<org.eclipse.emf.ecore.resource.Resource> |
getAllLoadedResources()
Returns list of all loaded resources in the logical resource.
|
java.util.List<org.eclipse.emf.ecore.resource.Resource> |
getAllResources()
Returns list of all resources (loaded and unloaded) in the logical
resource.
|
ILogicalUnit |
getHierarchicalStructure()
Builds and returns hierarchical structure of the logical resource.
|
java.util.List<org.eclipse.emf.ecore.resource.Resource> |
getLoadedFragments()
Returns list of loaded fragments.
|
java.util.List<org.eclipse.emf.ecore.resource.Resource> |
getModifiedResources()
Returns list of modified resources.
|
org.eclipse.emf.ecore.resource.Resource |
getRootResource()
Returns the root resource.
|
boolean |
isModified()
Returns indicator if the logical resource is modified.
|
org.eclipse.emf.ecore.resource.Resource getRootResource()
java.util.List<org.eclipse.emf.ecore.resource.Resource> getLoadedFragments()
java.util.List<org.eclipse.emf.ecore.resource.Resource> getAllFragments()
java.util.List<org.eclipse.emf.ecore.resource.Resource> getAllResources()
java.util.List<org.eclipse.emf.ecore.resource.Resource> getAllLoadedResources()
java.util.List<org.eclipse.emf.ecore.resource.Resource> getModifiedResources()
boolean isModified()
boolean contains(org.eclipse.emf.ecore.resource.Resource resource)
resource
- The resource to be testedILogicalUnit getHierarchicalStructure()