Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Model (0.14 sec)

  1. maven-core/src/main/java/org/apache/maven/settings/SettingsUtilsV4.java

        }
    
        /**
         * @param settingsProfile
         * @return a profile
         */
        public static org.apache.maven.api.model.Profile convertFromSettingsProfile(Profile settingsProfile) {
            org.apache.maven.api.model.Profile.Builder profile = org.apache.maven.api.model.Profile.newBuilder();
    
            profile.id(settingsProfile.getId());
    
            Activation settingsActivation = settingsProfile.getActivation();
    
    Java
    - Registered: Sun Mar 24 03:35:10 GMT 2024
    - Last Modified: Thu Feb 15 08:42:00 GMT 2024
    - 13.8K bytes
    - Viewed (0)
  2. maven-api-impl/src/main/java/org/apache/maven/internal/impl/SettingsUtilsV4.java

        }
    
        /**
         * @param settingsProfile
         * @return a profile
         */
        public static org.apache.maven.api.model.Profile convertFromSettingsProfile(Profile settingsProfile) {
            org.apache.maven.api.model.Profile.Builder profile = org.apache.maven.api.model.Profile.newBuilder();
    
            profile.id(settingsProfile.getId());
    
            Activation settingsActivation = settingsProfile.getActivation();
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Mar 25 10:50:01 GMT 2024
    - 13.4K bytes
    - Viewed (0)
Back to top