- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for InstallForm (0.25 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/plugin/InstallForm.java
* via file upload through the admin UI. */ public class InstallForm { /** Plugin identifier (required, max 400 characters) */ @Required @Size(max = 400) public String id; /** * Default constructor. */ public InstallForm() { // Default constructor } /** JAR file containing the plugin to install */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.3K bytes - Viewed (0)