Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getDeleteEndpointSuffix (0.08 seconds)

  1. src/test/java/org/codelibs/fess/it/admin/PluginTests.java

            return AVAILABLE_ENDPOINT_SUFFIX;
        }
    
        protected String getInstallEndpointSuffix() {
            return INSTALL_ENDPOINT_SUFFIX;
        }
    
        protected String getDeleteEndpointSuffix() {
            return DELETE_ENDPOINT_SUFFIX;
        }
    
        protected Response checkDeleteMethod(final Map<String, Object> body) {
            return checkMethodBase(body).delete(getApiPath() + "/");
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 6.5K bytes
    - Click Count (0)
Back to Top