- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getIndexBackupAllTargets (0.12 seconds)
-
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
public ActionResponse download(final String id) { if (logger.isDebugEnabled()) { logger.debug("Backup download requested: id={}", id); } if (stream(fessConfig.getIndexBackupAllTargets()).get(stream -> stream.anyMatch(s -> s.equals(id)))) { if ("system.properties".equals(id)) { return asStream(id).contentTypeOctetStream().stream(out -> {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Nov 24 02:07:40 GMT 2025 - 32.1K bytes - Click Count (0)