- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getArtifact (0.04 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/plugin/AdminPluginAction.java
return item; } private Artifact getArtifactFromInstallForm(final InstallForm form) { final String[] values = form.id.split(":"); return ComponentUtil.getPluginHelper().getArtifact(values[0], values[1]); } /** * Installs the specified artifact in a background thread. * Also removes any previously installed versions of the same plugin. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 11.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PluginHelper.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0)