Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getBackupItems (0.09 sec)

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

    import static org.codelibs.core.stream.StreamUtil.stream;
    import static org.codelibs.fess.app.web.admin.backup.AdminBackupAction.NDJSON_EXTENTION;
    import static org.codelibs.fess.app.web.admin.backup.AdminBackupAction.getBackupItems;
    import static org.codelibs.fess.app.web.admin.backup.AdminBackupAction.getClickLogNdjsonWriteCall;
    import static org.codelibs.fess.app.web.admin.backup.AdminBackupAction.getFavoriteLogNdjsonWriteCall;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java

                    }
                });
            };
        }
    
        /**
         * Get the backup items.
         * @return The backup items.
         */
        public static List<Map<String, String>> getBackupItems() {
            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            return stream(fessConfig.getIndexBackupAllTargets()).get(stream -> stream.map(name -> {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 29.8K bytes
    - Viewed (0)
Back to top