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 java.lang.Object
- implements XMLResource.ResourceHandler
This is the basic implementation of the ResourceHandler interface.
Implementations need to extend this class to overwrite the ResourceHandler behaviour.
Method Summary |
void |
postLoad(XMLResource resource,
java.io.InputStream inputStream,
java.util.Map options)
|
void |
postSave(XMLResource resource,
java.io.OutputStream outputStream,
java.util.Map options)
|
void |
preLoad(XMLResource resource,
java.io.InputStream inputStream,
java.util.Map options)
|
void |
preSave(XMLResource resource,
java.io.OutputStream outputStream,
java.util.Map options)
|
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,
java.io.InputStream inputStream,
java.util.Map options)
- Specified by:
preLoad
in interface XMLResource.ResourceHandler
postLoad
public void postLoad(XMLResource resource,
java.io.InputStream inputStream,
java.util.Map options)
- Specified by:
postLoad
in interface XMLResource.ResourceHandler
preSave
public void preSave(XMLResource resource,
java.io.OutputStream outputStream,
java.util.Map options)
- Specified by:
preSave
in interface XMLResource.ResourceHandler
postSave
public void postSave(XMLResource resource,
java.io.OutputStream outputStream,
java.util.Map options)
- Specified by:
postSave
in interface XMLResource.ResourceHandler