| Package | Description |
|---|---|
| org.eclipse.xtext.resource | |
| org.eclipse.xtext.resource.persistence | |
| org.eclipse.xtext.xtext |
| Modifier and Type | Class and Description |
|---|---|
class |
DerivedStateAwareResource
Adds a hook for late initialization to be used to create derived state.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ResourceStorageFacade.computeOutputPath(StorageAwareResource resource) |
protected void |
ResourceStorageWritable.convertExternalURIsToPortableURIs(SerializableResourceDescription description,
StorageAwareResource resource) |
protected boolean |
ResourceStorageFacade.doesStorageExist(StorageAwareResource resource) |
protected AbstractFileSystemAccess2 |
ResourceStorageFacade.getFileSystemAccess(StorageAwareResource resource) |
ResourceStorageLoadable |
ResourceStorageFacade.getOrCreateResourceStorageLoadable(StorageAwareResource resource)
Finds or creates a ResourceStorageLoadable for the given resource.
|
ResourceStorageLoadable |
IResourceStorageFacade.getOrCreateResourceStorageLoadable(StorageAwareResource resource)
Finds or creates a ResourceStorageLoadable for the given resource.
|
ResourceStorageLoadable |
ResourceStorageProviderAdapter.getResourceStorageLoadable(StorageAwareResource resource) |
protected org.eclipse.emf.common.util.URI |
ResourceStorageFacade.getSourceContainerURI(StorageAwareResource resource) |
protected void |
ResourceStorageLoadable.loadEntries(StorageAwareResource resource,
ZipInputStream zipIn)
Load entries from the storage.
|
protected void |
ResourceStorageLoadable.loadIntoResource(StorageAwareResource resource) |
protected void |
ResourceStorageLoadable.readContents(StorageAwareResource resource,
InputStream inputStream) |
protected void |
ResourceStorageLoadable.readNodeModel(StorageAwareResource resource,
InputStream inputStream) |
protected void |
ResourceStorageLoadable.readResourceDescription(StorageAwareResource resource,
InputStream inputStream) |
org.eclipse.emf.ecore.EObject |
PortableURIs.resolve(StorageAwareResource resource,
String portableFragment)
Resolves a given portable URI fragment against the given resource.
|
void |
ResourceStorageFacade.saveResource(StorageAwareResource resource,
IFileSystemAccessExtension3 fsa) |
void |
IResourceStorageFacade.saveResource(StorageAwareResource resource,
IFileSystemAccessExtension3 fsa)
Saves the resource using the given file system access.
|
boolean |
ResourceStorageFacade.shouldLoadFromStorage(StorageAwareResource resource) |
boolean |
IResourceStorageFacade.shouldLoadFromStorage(StorageAwareResource resource) |
org.eclipse.emf.common.util.URI |
PortableURIs.toPortableURI(StorageAwareResource sourceResource,
org.eclipse.emf.ecore.EObject targetObject)
Creates and returns a portable URI from the global scope.
|
org.eclipse.emf.common.util.URI |
PortableURIs.toPortableURI(StorageAwareResource sourceResource,
org.eclipse.emf.common.util.URI targetURI)
Creates and returns a portable URI from the given resource to the targetURI.
|
protected void |
ResourceStorageWritable.writeContents(StorageAwareResource storageAwareResource,
OutputStream outputStream) |
protected void |
ResourceStorageWritable.writeEntries(StorageAwareResource resource,
ZipOutputStream zipOut)
Write entries into the storage.
|
protected void |
ResourceStorageWritable.writeNodeModel(StorageAwareResource resource,
OutputStream outputStream) |
void |
ResourceStorageWritable.writeResource(StorageAwareResource resource) |
protected void |
ResourceStorageWritable.writeResourceDescription(StorageAwareResource resource,
OutputStream outputStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
GrammarResource
Resource implementation that instantiates the infered packages as part of the
derived state computation.
|
Copyright © 2015. All Rights Reserved.