Class CDOServerImporter

  • Direct Known Subclasses:
    CDOServerImporter.Binary, CDOServerImporter.XML

    public abstract class CDOServerImporter
    extends java.lang.Object
    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
    • Constructor Detail

      • CDOServerImporter

        public CDOServerImporter​(IRepository repository)
    • Method Detail

      • getBranchPath

        public final java.lang.String getBranchPath()
        Since:
        4.8
      • setBranchPath

        protected final void setBranchPath​(java.lang.String branchPath)
        Since:
        4.8
      • getTimeStamp

        public final long getTimeStamp()
        Since:
        4.8
      • setTimeStamp

        protected final void setTimeStamp​(long timeStamp)
        Since:
        4.8
      • importRepository

        public void importRepository​(java.io.InputStream in)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • importAll

        protected abstract void importAll​(java.io.InputStream in,
                                          CDOServerImporter.Handler handler)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception