Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isTargetPluginVersion (0.82 sec)

  1. 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: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 24.9K bytes
    - Viewed (0)
Back to top