Package org.eclipse.emf.cdo.server
Klasse CDOServerExporter<OUT>
java.lang.Object
org.eclipse.emf.cdo.server.CDOServerExporter<OUT>
- Bekannte direkte Unterklassen:
CDOServerExporter.Binary,CDOServerExporter.XML
Exports the complete contents of a
repository in a format suitable for imports into new repositories.
Subtypes specify the actual exchange format.
- Seit:
- 4.0
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic interfacestatic final classstatic classAnexporterthat creates XML output suitable to be interpreted by anXML importer.static interface -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected abstract OUTcreateOutput(OutputStream out) protected abstract voidendPackageUnit(OUT out) protected voidprotected voidexportBranch(OUT out, CDOBranch branch) protected voidexportBranches(OUT out) protected abstract voidexportCommit(OUT out, CDOCommitInfo commitInfo) protected voidexportCommits(OUT out) protected voidexportLobs(OUT out) protected abstract voidexportPackageInfo(OUT out, String packageURI) protected voidexportPackages(OUT out) final voidprotected abstract voidexportRevision(OUT out, CDORevision revision) protected voidexportRevisions(OUT out, CDOBranch branch) final IRepositorylongbooleanvoidsetBranchPath(String branchPath) voidsetExportSystemPackages(boolean exportSystemPackages) voidsetTimeStamp(long timeStamp) protected abstract OutputStreamprotected abstract Writerprotected abstract voidstartPackageUnit(OUT out, String id, CDOPackageUnit.Type type, long time, String data)
-
Konstruktordetails
-
CDOServerExporter
-
-
Methodendetails
-
getRepository
-
getStatistics
- Seit:
- 4.8
-
isExportSystemPackages
public boolean isExportSystemPackages()- Seit:
- 4.7
-
setExportSystemPackages
public void setExportSystemPackages(boolean exportSystemPackages) - Seit:
- 4.7
-
getBranchPath
- Seit:
- 4.8
-
setBranchPath
- Seit:
- 4.8
-
getTimeStamp
public long getTimeStamp()- Seit:
- 4.8
-
setTimeStamp
public void setTimeStamp(long timeStamp) - Seit:
- 4.8
-
exportRepository
- Löst aus:
Exception
-
createOutput
- Löst aus:
Exception
-
exportAll
- Löst aus:
Exception
-
exportPackages
- Löst aus:
Exception
-
startPackageUnit
protected abstract void startPackageUnit(OUT out, String id, CDOPackageUnit.Type type, long time, String data) throws Exception - Löst aus:
Exception
-
endPackageUnit
- Löst aus:
Exception
-
exportPackageInfo
- Löst aus:
Exception
-
exportBranches
- Löst aus:
Exception
-
exportBranch
- Löst aus:
Exception
-
exportRevisions
- Löst aus:
Exception
-
exportRevision
- Löst aus:
Exception
-
exportLobs
- Löst aus:
Exception
-
startBlob
- Löst aus:
Exception
-
startClob
- Löst aus:
Exception
-
exportCommits
- Löst aus:
Exception
-
exportCommit
- Löst aus:
Exception
-