- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getRepositoryContent (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/helper/PluginHelperTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 22.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/PluginHelper.java
* @throws PluginException if failed to parse the repository content */ protected List<Artifact> loadArtifactsFromRepository(final String url) { final String content = getRepositoryContent(url); final ObjectMapper objectMapper = new YAMLMapper(); try { @SuppressWarnings("unchecked") final List<Map<?, ?>> result = objectMapper.readValue(content, List.class);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Mar 04 15:19:41 GMT 2026 - 25.1K bytes - Click Count (0)