Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOsFamily (0.05 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/utils/Os.java

            // above to be initialized first, but the code style imposes the public constants to be
            // defined above the private ones...
            OS_FAMILY = getOsFamily();
            IS_WINDOWS = isFamily(FAMILY_WINDOWS);
        }
    
        private Os() {}
    
        /**
         * Determines if the OS on which Maven is executing matches the
         * given OS family.
         *
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Oct 16 06:12:36 UTC 2025
    - 7.2K bytes
    - Viewed (0)
Back to top