Package org.eclipse.emf.cdo.server
Klasse CDOServerImporter
java.lang.Object
org.eclipse.emf.cdo.server.CDOServerImporter
- Bekannte direkte Unterklassen:
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.
- Seit:
- 4.0
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classAnimporterthat reads and interprets XML output created by anXML exporter.static interfacePersists the data that has been read by aimporterinto a newrepository.static interfacePersists the data that has been read by aimporterinto a newrepository.static classAnimporterthat reads and interprets XML output created by anXML exporter. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal Stringprotected final InternalRepositoryfinal longprotected abstract voidimportAll(InputStream in, CDOServerImporter.Handler handler) voidprotected final voidsetBranchPath(String branchPath) protected final voidsetTimeStamp(long timeStamp)
-
Konstruktordetails
-
CDOServerImporter
-
-
Methodendetails
-
getBranchPath
- Seit:
- 4.8
-
setBranchPath
- Seit:
- 4.8
-
getTimeStamp
public final long getTimeStamp()- Seit:
- 4.8
-
setTimeStamp
protected final void setTimeStamp(long timeStamp) - Seit:
- 4.8
-
getRepository
-
getStatistics
- Seit:
- 4.8
-
importRepository
- Löst aus:
Exception
-
importAll
protected abstract void importAll(InputStream in, CDOServerImporter.Handler handler) throws Exception - Löst aus:
Exception
-