@FinalFieldsConstructor public class ResourceStorageWritable extends Object
| Constructor and Description |
|---|
ResourceStorageWritable(OutputStream out,
boolean storeNodeModel) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
beforeSaveEObject(org.eclipse.emf.ecore.InternalEObject object,
org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream writable_1) |
protected void |
convertExternalURIsToPortableURIs(SerializableResourceDescription description,
StorageAwareResource resource) |
protected void |
handleSaveEObject(org.eclipse.emf.ecore.InternalEObject object,
org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream out) |
protected void |
writeContents(StorageAwareResource storageAwareResource,
OutputStream outputStream) |
protected void |
writeEntries(StorageAwareResource resource,
ZipOutputStream zipOut)
Write entries into the storage.
|
protected void |
writeNodeModel(StorageAwareResource resource,
OutputStream outputStream) |
void |
writeResource(StorageAwareResource resource) |
protected void |
writeResourceDescription(StorageAwareResource resource,
OutputStream outputStream) |
public ResourceStorageWritable(OutputStream out, boolean storeNodeModel)
public void writeResource(StorageAwareResource resource)
protected void writeEntries(StorageAwareResource resource, ZipOutputStream zipOut)
protected void writeContents(StorageAwareResource storageAwareResource, OutputStream outputStream)
protected Object beforeSaveEObject(org.eclipse.emf.ecore.InternalEObject object, org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream writable_1)
protected void handleSaveEObject(org.eclipse.emf.ecore.InternalEObject object,
org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream out)
protected void writeResourceDescription(StorageAwareResource resource, OutputStream outputStream)
protected void convertExternalURIsToPortableURIs(SerializableResourceDescription description, StorageAwareResource resource)
protected void writeNodeModel(StorageAwareResource resource, OutputStream outputStream)
Copyright © 2015. All Rights Reserved.