Package org.eclipse.xtext.xbase.resource
Class BatchLinkableResourceStorageWritable
- java.lang.Object
-
- org.eclipse.xtext.resource.persistence.ResourceStorageWritable
-
- org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable
-
public class BatchLinkableResourceStorageWritable extends org.eclipse.xtext.resource.persistence.ResourceStorageWritable
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMISSING_FRAGMENT
-
Constructor Summary
Constructors Constructor Description BatchLinkableResourceStorageWritable(java.io.OutputStream out, boolean storeNodeModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbeforeSaveEObject(org.eclipse.emf.ecore.InternalEObject object, org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream writable)protected java.lang.StringgetFragment(org.eclipse.emf.ecore.EObject obj)protected voidhandleSaveEObject(org.eclipse.emf.ecore.InternalEObject object, org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream out)protected voidwriteAssociationsAdapter(BatchLinkableResource resource, java.io.OutputStream zipOut)protected voidwriteEntries(org.eclipse.xtext.resource.persistence.StorageAwareResource resource, java.util.zip.ZipOutputStream zipOut)
-
-
-
Field Detail
-
MISSING_FRAGMENT
public static final java.lang.String MISSING_FRAGMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeEntries
protected void writeEntries(org.eclipse.xtext.resource.persistence.StorageAwareResource resource, java.util.zip.ZipOutputStream zipOut) throws java.io.IOException- Overrides:
writeEntriesin classorg.eclipse.xtext.resource.persistence.ResourceStorageWritable- Throws:
java.io.IOException
-
beforeSaveEObject
protected void beforeSaveEObject(org.eclipse.emf.ecore.InternalEObject object, org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream writable) throws java.io.IOException- Overrides:
beforeSaveEObjectin classorg.eclipse.xtext.resource.persistence.ResourceStorageWritable- Throws:
java.io.IOException
-
handleSaveEObject
protected void handleSaveEObject(org.eclipse.emf.ecore.InternalEObject object, org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream out) throws java.io.IOException- Overrides:
handleSaveEObjectin classorg.eclipse.xtext.resource.persistence.ResourceStorageWritable- Throws:
java.io.IOException
-
writeAssociationsAdapter
protected void writeAssociationsAdapter(BatchLinkableResource resource, java.io.OutputStream zipOut) throws java.io.IOException
- Throws:
java.io.IOException
-
getFragment
protected java.lang.String getFragment(org.eclipse.emf.ecore.EObject obj)
-
-