public void exportSystemView()

in src/main/java/org/apache/sling/jcr/oak/server/internal/TcclWrappingJackrabbitSession.java [259:262]


    public void exportSystemView(String absPath, ContentHandler contentHandler, boolean skipBinary, boolean noRecurse)
            throws PathNotFoundException, SAXException, RepositoryException {
        wrapped.exportSystemView(absPath, contentHandler, skipBinary, noRecurse);
    }