Package org.eclipse.emf.cdo.server
Class CDOServerImporter
java.lang.Object
org.eclipse.emf.cdo.server.CDOServerImporter
- Direct Known Subclasses:
CDOServerImporter.Binary
,CDOServerImporter.XML
Imports the complete contents of a
repository
from the output created by a
exporter
into a new repository.
Subtypes specify the actual exchange format.
- Since:
- 4.0
- Author:
- Eike Stepper
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Animporter
that reads and interprets XML output created by anXML exporter
.static interface
Persists the data that has been read by aimporter
into a newrepository
.static interface
Persists the data that has been read by aimporter
into a newrepository
.static class
Animporter
that reads and interprets XML output created by anXML exporter
. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
protected final InternalRepository
final long
protected abstract void
importAll
(InputStream in, CDOServerImporter.Handler handler) void
protected final void
setBranchPath
(String branchPath) protected final void
setTimeStamp
(long timeStamp)
-
Constructor Details
-
CDOServerImporter
-
-
Method Details
-
getBranchPath
- Since:
- 4.8
-
setBranchPath
- Since:
- 4.8
-
getTimeStamp
public final long getTimeStamp()- Since:
- 4.8
-
setTimeStamp
protected final void setTimeStamp(long timeStamp) - Since:
- 4.8
-
getRepository
-
getStatistics
- Since:
- 4.8
-
importRepository
- Throws:
Exception
-
importAll
protected abstract void importAll(InputStream in, CDOServerImporter.Handler handler) throws Exception - Throws:
Exception
-