Class JcrRepositoryDumpToFile.DumpToFileTraversingItemVisitor

  • All Implemented Interfaces:
    javax.jcr.ItemVisitor
    Enclosing class:
    JcrRepositoryDumpToFile

    public static class JcrRepositoryDumpToFile.DumpToFileTraversingItemVisitor
    extends javax.jcr.util.TraversingItemVisitor
    • Constructor Detail

      • DumpToFileTraversingItemVisitor

        public DumpToFileTraversingItemVisitor​(OutputStream out)
    • Method Detail

      • entering

        protected void entering​(javax.jcr.Property property,
                                int level)
                         throws javax.jcr.RepositoryException
        Specified by:
        entering in class javax.jcr.util.TraversingItemVisitor
        Throws:
        javax.jcr.RepositoryException
      • propertyToString

        protected void propertyToString​(javax.jcr.Property property,
                                        StringBuilder buf)
                                 throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
      • valueToString

        protected void valueToString​(javax.jcr.Value value,
                                     StringBuilder buf)
                              throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
      • entering

        protected void entering​(javax.jcr.Node node,
                                int level)
                         throws javax.jcr.RepositoryException
        Specified by:
        entering in class javax.jcr.util.TraversingItemVisitor
        Throws:
        javax.jcr.RepositoryException
      • nodeToString

        protected void nodeToString​(javax.jcr.Node node,
                                    StringBuilder buf)
                             throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
      • leaving

        protected void leaving​(javax.jcr.Property property,
                               int level)
                        throws javax.jcr.RepositoryException
        Specified by:
        leaving in class javax.jcr.util.TraversingItemVisitor
        Throws:
        javax.jcr.RepositoryException
      • leaving

        protected void leaving​(javax.jcr.Node node,
                               int level)
                        throws javax.jcr.RepositoryException
        Specified by:
        leaving in class javax.jcr.util.TraversingItemVisitor
        Throws:
        javax.jcr.RepositoryException