@Accessors public class SerializableResourceDescription extends AbstractResourceDescription implements Externalizable
IResourceDescription.CoarseGrainedEvent, IResourceDescription.Delta, IResourceDescription.Event, IResourceDescription.Managerlookup| Constructor and Description |
|---|
SerializableResourceDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected List<IEObjectDescription> |
computeExportedObjects() |
static SerializableResourceDescription |
createCopy(IResourceDescription desc) |
List<SerializableEObjectDescription> |
getDescriptions() |
Iterable<QualifiedName> |
getImportedNames() |
Iterable<IReferenceDescription> |
getReferenceDescriptions() |
List<SerializableReferenceDescription> |
getReferences() |
org.eclipse.emf.common.util.URI |
getURI() |
void |
readExternal(ObjectInput in) |
void |
setDescriptions(List<SerializableEObjectDescription> descriptions) |
void |
setImportedNames(List<QualifiedName> importedNames) |
void |
setReferences(List<SerializableReferenceDescription> references) |
void |
setURI(org.eclipse.emf.common.util.URI uRI) |
void |
updateResourceURI(org.eclipse.emf.common.util.URI uri) |
void |
writeExternal(ObjectOutput out) |
getExportedObjects, getExportedObjects, getExportedObjectsByObject, getExportedObjectsByType, getLookUp, getNormalizedURI, isEmptypublic static SerializableResourceDescription createCopy(IResourceDescription desc)
public void updateResourceURI(org.eclipse.emf.common.util.URI uri)
protected List<IEObjectDescription> computeExportedObjects()
computeExportedObjects in class AbstractResourceDescriptionpublic Iterable<QualifiedName> getImportedNames()
getImportedNames in interface IResourceDescriptionpublic Iterable<IReferenceDescription> getReferenceDescriptions()
getReferenceDescriptions in interface IResourceDescriptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOException@Pure public List<SerializableEObjectDescription> getDescriptions()
public void setDescriptions(List<SerializableEObjectDescription> descriptions)
@Pure public List<SerializableReferenceDescription> getReferences()
public void setReferences(List<SerializableReferenceDescription> references)
public void setImportedNames(List<QualifiedName> importedNames)
@Pure public org.eclipse.emf.common.util.URI getURI()
getURI in interface IResourceDescriptionnull.public void setURI(org.eclipse.emf.common.util.URI uRI)
Copyright © 2015. All Rights Reserved.