Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDeleteEndpointSuffix (0.09 sec)

  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() + "/");
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jul 01 02:20:48 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top