- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ApiPluginResponse (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 25.8K bytes - Click Count (0)