Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Architecture (0.18 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/profile/Os.java

    /**
     * OS support
     */
    public class Os {
    
        /**
         * The OS Name.
         */
        public static final String OS_NAME = System.getProperty("os.name").toLowerCase(Locale.ENGLISH);
    
        /**
         * The OA architecture.
         */
        public static final String OS_ARCH = System.getProperty("os.arch").toLowerCase(Locale.ENGLISH);
    
        /**
         * The OS version.
         */
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 7.3K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

              </description>
            </field>
            <field>
              <name>arch</name>
              <version>4.0.0+</version>
              <type>String</type>
              <description>The architecture of the operating system to be used to activate the
              profile.</description>
            </field>
            <field>
              <name>version</name>
              <version>4.0.0+</version>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  3. maven-compat/src/main/mdo/profiles.mdo

            </field>
            <field>
              <name>arch</name>
              <version>1.0.0</version>
              <type>String</type>
              <description>The architecture of the OS to be used to activate a profile</description>
            </field>
            <field>
              <name>version</name>
              <version>1.0.0</version>
              <type>String</type>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Jan 03 21:08:35 GMT 2023
    - 13.8K bytes
    - Viewed (0)
  4. api/maven-api-settings/src/main/mdo/settings.mdo

              </description>
            </field>
            <field>
              <name>arch</name>
              <version>1.0.0+</version>
              <type>String</type>
              <description>
                The architecture of the OS to be used to activate a profile.
              </description>
            </field>
            <field>
              <name>version</name>
              <version>1.0.0+</version>
              <type>String</type>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
Back to top