Class SettingsUtilsV4
java.lang.Object
org.apache.maven.impl.SettingsUtilsV4
Several convenience methods to handle settings
- 
Method SummaryModifier and TypeMethodDescriptionstatic ProfileconvertFromSettingsProfile(org.apache.maven.api.settings.Profile settingsProfile) static org.apache.maven.api.settings.ProfileconvertToSettingsProfile(Profile modelProfile) static org.apache.maven.api.settings.Settingsmerge(org.apache.maven.api.settings.Settings dominant, org.apache.maven.api.settings.Settings recessive) 
- 
Method Details- 
mergepublic static org.apache.maven.api.settings.Settings merge(org.apache.maven.api.settings.Settings dominant, org.apache.maven.api.settings.Settings recessive) - Parameters:
- dominant-
- recessive-
 
- 
convertToSettingsProfile- Parameters:
- modelProfile-
- Returns:
- a profile
 
- 
convertFromSettingsProfilepublic static Profile convertFromSettingsProfile(org.apache.maven.api.settings.Profile settingsProfile) - Parameters:
- settingsProfile-
- Returns:
- a profile
 
 
-