org.eclipse.emf.ecore.xmi.impl
Class BasicResourceHandler
java.lang.Object
org.eclipse.emf.ecore.xmi.impl.BasicResourceHandler
- All Implemented Interfaces:
- XMLResource.ResourceHandler
- public class BasicResourceHandler
- extends Object
- implements XMLResource.ResourceHandler
This is the basic implementation of the ResourceHandler interface.
Implementations need to extend this class to overwrite the ResourceHandler behaviour.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicResourceHandler
public BasicResourceHandler()
preLoad
public void preLoad(XMLResource resource,
InputStream inputStream,
Map options)
- Specified by:
preLoad
in interface XMLResource.ResourceHandler
postLoad
public void postLoad(XMLResource resource,
InputStream inputStream,
Map options)
- Specified by:
postLoad
in interface XMLResource.ResourceHandler
preSave
public void preSave(XMLResource resource,
OutputStream outputStream,
Map options)
- Specified by:
preSave
in interface XMLResource.ResourceHandler
postSave
public void postSave(XMLResource resource,
OutputStream outputStream,
Map options)
- Specified by:
postSave
in interface XMLResource.ResourceHandler