Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRepositoryContent (0.15 sec)

  1. src/test/java/org/codelibs/fess/helper/PluginHelperTest.java

            pluginHelper = new PluginHelper() {
                protected String[] getRepositories() {
                    return new String[] { "plugin/repo1/", "plugin/repo2/" };
                }
    
                protected String getRepositoryContent(String url) {
                    if (url.endsWith("/")) {
                        url = url + "index.html";
                    }
                    if (url.contains("plugin/repo1")) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jun 17 12:38:38 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top