- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for executeCommand (0.04 sec)
-
src/main/java/org/codelibs/fess/auth/chain/CommandChain.java
if (isTargetUser(username)) { executeCommand(deleteCommand, username, StringUtil.EMPTY); } } @Override public boolean changePassword(final String username, final String password) { if (isTargetUser(username) && StringUtil.isNotBlank(password)) { return executeCommand(updateCommand, username, password) == 0; } return true; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java
for (final String value : commandList) { cmdList.add(expandPath(value.replace("${url}", tempPath).replace("${outputFile}", outputPath))); } if (executeCommand(thumbnailId, cmdList) != 0) { logger.warn("Failed to execute command for thumbnail ID: {}", thumbnailId); if (outputFile.isFile() && !outputFile.delete()) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Jul 18 14:34:06 UTC 2025 - 14.7K bytes - Viewed (0)