Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InstallForm (0.25 sec)

  1. 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)
Back to top