Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDocJsonPath (0.07 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java

                logger.debug("Doc JSON import started: fileName={}", fileName);
            }
    
            try (final InputStream in = new FileInputStream(tempFile); final OutputStream out = Files.newOutputStream(getDocJsonPath())) {
                CopyUtil.copy(in, out);
    
                if (logger.isInfoEnabled()) {
                    logger.info("Doc JSON import completed successfully: fileName={}", fileName);
                }
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Mon Nov 24 02:07:40 UTC 2025
    - 32.1K bytes
    - Viewed (0)
Back to top