Class CDOServerExporter.XML

    • Method Detail

      • createOutput

        protected final org.eclipse.net4j.util.io.XMLOutput createOutput​(java.io.OutputStream out)
                                                                  throws java.lang.Exception
        Specified by:
        createOutput in class CDOServerExporter<org.eclipse.net4j.util.io.XMLOutput>
        Throws:
        java.lang.Exception
      • exportAll

        protected void exportAll​(org.eclipse.net4j.util.io.XMLOutput out)
                          throws java.lang.Exception
        Overrides:
        exportAll in class CDOServerExporter<org.eclipse.net4j.util.io.XMLOutput>
        Throws:
        java.lang.Exception
      • exportPackages

        protected void exportPackages​(org.eclipse.net4j.util.io.XMLOutput out)
                               throws java.lang.Exception
        Overrides:
        exportPackages in class CDOServerExporter<org.eclipse.net4j.util.io.XMLOutput>
        Throws:
        java.lang.Exception
      • startPackageUnit

        protected void startPackageUnit​(org.eclipse.net4j.util.io.XMLOutput out,
                                        java.lang.String id,
                                        CDOPackageUnit.Type type,
                                        long time,
                                        java.lang.String data)
                                 throws java.lang.Exception
        Specified by:
        startPackageUnit in class CDOServerExporter<org.eclipse.net4j.util.io.XMLOutput>
        Throws:
        java.lang.Exception
      • endPackageUnit

        protected void endPackageUnit​(org.eclipse.net4j.util.io.XMLOutput out)
                               throws java.lang.Exception
        Specified by:
        endPackageUnit in class CDOServerExporter<org.eclipse.net4j.util.io.XMLOutput>
        Throws:
        java.lang.Exception
      • exportPackageInfo

        protected void exportPackageInfo​(org.eclipse.net4j.util.io.XMLOutput out,
                                         java.lang.String uri)
                                  throws java.lang.Exception
        Specified by:
        exportPackageInfo in class CDOServerExporter<org.eclipse.net4j.util.io.XMLOutput>
        Throws:
        java.lang.Exception
      • exportBranches

        protected void exportBranches​(org.eclipse.net4j.util.io.XMLOutput out)
                               throws java.lang.Exception
        Overrides:
        exportBranches in class CDOServerExporter<org.eclipse.net4j.util.io.XMLOutput>
        Throws:
        java.lang.Exception
      • exportBranch

        protected void exportBranch​(org.eclipse.net4j.util.io.XMLOutput out,
                                    CDOBranch branch)
                             throws java.lang.Exception
        Overrides:
        exportBranch in class CDOServerExporter<org.eclipse.net4j.util.io.XMLOutput>
        Throws:
        java.lang.Exception
      • exportRevision

        protected void exportRevision​(org.eclipse.net4j.util.io.XMLOutput out,
                                      CDORevision revision)
                               throws java.lang.Exception
        Specified by:
        exportRevision in class CDOServerExporter<org.eclipse.net4j.util.io.XMLOutput>
        Throws:
        java.lang.Exception
      • exportFeature

        protected void exportFeature​(org.eclipse.net4j.util.io.XMLOutput out,
                                     EStructuralFeature feature,
                                     java.lang.Object value)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • exportFeature

        protected void exportFeature​(org.eclipse.net4j.util.io.XMLOutput out,
                                     EStructuralFeature feature,
                                     java.lang.String featureType,
                                     java.lang.Object value)
                              throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • exportLobs

        protected void exportLobs​(org.eclipse.net4j.util.io.XMLOutput out)
                           throws java.lang.Exception
        Overrides:
        exportLobs in class CDOServerExporter<org.eclipse.net4j.util.io.XMLOutput>
        Throws:
        java.lang.Exception
      • startBlob

        protected java.io.OutputStream startBlob​(org.eclipse.net4j.util.io.XMLOutput out,
                                                 byte[] id,
                                                 long size)
                                          throws java.lang.Exception
        Specified by:
        startBlob in class CDOServerExporter<org.eclipse.net4j.util.io.XMLOutput>
        Throws:
        java.lang.Exception
      • startClob

        protected java.io.Writer startClob​(org.eclipse.net4j.util.io.XMLOutput out,
                                           byte[] id,
                                           long size)
                                    throws java.lang.Exception
        Specified by:
        startClob in class CDOServerExporter<org.eclipse.net4j.util.io.XMLOutput>
        Throws:
        java.lang.Exception
      • exportCommits

        protected void exportCommits​(org.eclipse.net4j.util.io.XMLOutput out)
                              throws java.lang.Exception
        Overrides:
        exportCommits in class CDOServerExporter<org.eclipse.net4j.util.io.XMLOutput>
        Throws:
        java.lang.Exception
      • exportCommit

        protected void exportCommit​(org.eclipse.net4j.util.io.XMLOutput out,
                                    CDOCommitInfo commitInfo)
                             throws java.lang.Exception
        Specified by:
        exportCommit in class CDOServerExporter<org.eclipse.net4j.util.io.XMLOutput>
        Throws:
        java.lang.Exception
      • str

        protected final java.lang.String str​(CDOID id)
      • type

        protected java.lang.String type​(java.lang.Object value)