- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isFamily (0.03 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/utils/Os.java
OS_FAMILY = getOsFamily(); IS_WINDOWS = isFamily(FAMILY_WINDOWS); } private Os() {} /** * Determines if the OS on which Maven is executing matches the * given OS family. * * @param family the family to check for * @return true if the OS matches * */ public static boolean isFamily(String family) { return isFamily(family, OS_NAME);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 7.2K bytes - Viewed (0)