- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getBackupItems (0.21 sec)
-
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.6K bytes - Viewed (0) -
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Mon Nov 24 02:07:40 UTC 2025 - 32.1K bytes - Viewed (0)