Uses of Interface
org.eclipse.emf.cdo.server.CDOServerImporter.Handler
Packages that use CDOServerImporter.Handler
Package
Description
Server concepts for dealing with repositories and stores.
-
Uses of CDOServerImporter.Handler in org.eclipse.emf.cdo.server
Subinterfaces of CDOServerImporter.Handler in org.eclipse.emf.cdo.serverModifier and TypeInterfaceDescriptionstatic interface
Persists the data that has been read by aimporter
into a newrepository
.Methods in org.eclipse.emf.cdo.server with parameters of type CDOServerImporter.HandlerModifier and TypeMethodDescriptionprotected void
CDOServerImporter.Binary.importAll
(InputStream stream, CDOServerImporter.Handler handler) protected abstract void
CDOServerImporter.importAll
(InputStream in, CDOServerImporter.Handler handler) protected void
CDOServerImporter.XML.importAll
(InputStream in, CDOServerImporter.Handler handler)