- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isTargetPluginVersion (0.15 sec)
-
src/test/java/org/codelibs/fess/helper/PluginHelperTest.java
} } throw new FessSystemException("unknown"); } @Override protected boolean isTargetPluginVersion(final String version) { return true; } }; } public void test_processRepository1() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 22.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PluginHelper.java
* * @param version the version to check * @return true if the version is a target version, false otherwise */ protected boolean isTargetPluginVersion(final String version) { return ComponentUtil.getFessConfig().isTargetPluginVersion(version); } /** * Gets the actual version string for a SNAPSHOT artifact by parsing the snapshot metadata. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0)