public boolean exportProperties()

in src/main/java/org/apache/sling/jcr/webdav/impl/handler/DefaultHandlerService.java [152:155]


    public boolean exportProperties(PropertyExportContext exportContext,
            boolean isCollection) throws RepositoryException {
        return delegatee.exportProperties(exportContext, isCollection);
    }