- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for JvmUtil (0.34 sec)
-
src/main/java/org/codelibs/fess/util/JvmUtil.java
/** * Utility class for JVM-related operations. * This class provides methods for handling JVM options and version detection. */ public final class JvmUtil { private static final Pattern VERSION_PREFIX_PATTERN = Pattern.compile("([0-9]+)(\\-?):(.*)"); private JvmUtil() { // nothing } /** * Filters JVM options based on the current Java version.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.9K bytes - Viewed (0)