Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getFamily (0.04 seconds)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java

                        activationOS.setName(val);
                    }
                    // Family
                    org = activationOS.getFamily();
                    val = interpolate(org);
                    if (org != val) {
                        activationOS.setFamily(val);
                    }
                    // Arch
                    org = activationOS.getArch();
                    val = interpolate(org);
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Feb 25 08:27:34 GMT 2025
    - 43.1K bytes
    - Click Count (0)
Back to Top