- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for JvmUtil (0.03 seconds)
-
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.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.9K bytes - Click Count (0)