Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ApiPluginResponse (0.13 sec)

  1. src/main/java/org/codelibs/fess/app/web/api/ApiResult.java

         * Represents an API response for plugin information.
         */
        public static class ApiPluginResponse extends ApiResponse {
            /** The list of plugins. */
            protected List<Map<String, String>> plugins;
    
            /**
             * Default constructor for ApiPluginResponse.
             */
            public ApiPluginResponse() {
                super();
            }
    
            /**
             * Sets the list of plugins.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 24.9K bytes
    - Viewed (0)
Back to top